cplusplus
.com
TUTORIALS
REFERENCE
ARTICLES
FORUM
C++
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs
Forum
General C++ Programming
std::unique_ptr, std::bind, std::ref
std::unique_ptr, std::bind, std::ref
Jul 20, 2010 at 3:51am UTC
everid
(50)
Anyone knows where to find good reference to learn these things?
Thanks.
Jul 20, 2010 at 3:54am UTC
Denis
(350)
http://www.sgi.com/tech/stl
Jul 20, 2010 at 3:57am UTC
everid
(50)
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 UTC
Denis
(350)
Sorry for misunderstanding.
Did you try to find draft document of the standard?
Jul 20, 2010 at 2:06pm UTC
jsmith
(5804)
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.