C++ Techniques For Newbies
Is there any good list of techniques + descriptions for C++ newbies. I was thinking of a list describing RAII, RVO, Lvalues... This would be for newbies that don't currently understand those techniques or come from other languages where those are not applicable.
Something short & sweet would be开发者_如何学JAVA preferred :-)
Yes, they're in two very great books authored by the same person.
Effective C++
More Effective C++
http://www.parashift.com/c++-faq-lite/ covers pretty much everything.
精彩评论