Useful Sticky Notes

Saturday, July 7, 2012

C++ Notes: Was "C+11 and Delegating Constructors"

Pretty much a note to self - I did not know this was not allowed until C++11.

https://secure.wikimedia.org/wikipedia/en/wiki/C++11#Object_construction_improvement

Available in Java (which I was aware of), C# and D.

Nice C++ Operator overloading notes:

http://courses.cms.caltech.edu/cs11/material/cpp/donnie/cpp-ops.html 

IOStream manipulators:

http://www.arachnoid.com/cpptutor/student3.html

No comments:

Post a Comment