C++ FAQ

Aus LOMSO
Zur Navigation springen Zur Suche springen
Du bist hier : Wiki home -> Software -> CPP -> C++ FAQ



C++ FAQ

Nun schon 20 Jahre gibt es die C++ FAQ von Marshall Cline:

C++ FAQ - Not Just How, also When and Why

Mein Favorit:

[28.2] Should I learn C before I learn OO/C++?

"reading books or taking courses in C will not only waste your time,
but it will teach you a bunch of things that you'll explicitly have to un-learn when you finally get back on track and learn OO/C++

e.g., malloc(), printf(), unnecessary use of switch statements, error-code exception handling, unnecessary use of #define macros, etc.)."