std::unique_ptr, std::bind, std::ref

Jul 20, 2010 at 3:51am
Anyone knows where to find good reference to learn these things?
Thanks.
Jul 20, 2010 at 3:54am
Jul 20, 2010 at 3:57am
i'm saying that , these are c++ 0x and i didn't find good reference to learn the newly added features of STL.
any reference to learn these newly added?
Jul 20, 2010 at 5:01am
Sorry for misunderstanding.

Did you try to find draft document of the standard?

Jul 20, 2010 at 2:06pm
For std::bind and std::ref you can look up boost::bind and boost::ref at www.boost.org
since that is where they originate.


Topic archived. No new replies allowed.