|
|
|
|
|
by Daramarak
5971 days ago
|
|
I would look at Thinking in C++ by Bruce Eckel (http://mindview.net/Books/TICPP/ThinkingInCPP2e.html) It is a free resource, and gives you the whys and hows on most aspects of c++. Buy the book when you decide that you like it, I did. It is especially good if you have some prior experience to programming, like java or C And boost is almost an extention to the std libraries, so get to know them, those are tomorrows standards. |
|