For those who have learned C++: What order did you learn it in?
For those who have learned C++: What order did you learn it in? For instance, Foundations of Programming followed by C++ Language, STL, Design Patterns, etc. Is there a predefined order that has worked for a majority of people?
No any search results
You already invited:
2 Answers
Liam
Upvotes from:
In my opinion, novice C++ programmers should first learn to work with STL (and hence, templates) before being confronted with the messy bits. By the messy bits, I mean raw pointers and raw arrays (and to some extent, even raw loops).
Also, I think the importance of OOP is often overstated in C++.
kevin
Upvotes from: