Where to start programming

dom

dom

Associate
Joined
24 Oct 2013
Posts
11
One of the hats I wear is teaching C++ to maths postgraduates. C++ is not difficult but it is a large language. My advice would be use C (no C++ keywords) first, then the OO stuff
(polymorphism etc.) then template meta-programming. Pay attention to Patterns. Read
Effective C++: 55 Specific Ways to Improve Your Programs and Designs (Scott Meyers)
backwards. Finally have an ambitious project.
 
Back
Top Bottom