I know everything from C++ for Dummies but it isnt very useful lol. Im abit bewildered what I am ment to do next to learn more. Most of you have probly been down this path so can somone please suggest to me what I should do next?
Thanks
Printable View
I know everything from C++ for Dummies but it isnt very useful lol. Im abit bewildered what I am ment to do next to learn more. Most of you have probly been down this path so can somone please suggest to me what I should do next?
Thanks
You get do a search for "Thinking in C++" on the web.
The author had made this book available free online and for downloading. So download vol 1 and 2.
It is a very good book if you know some C++, definitely not suitable for complete newbie, which doesn't apply to you.
I learn quite a bit on which my C++ book doesn't cover. Moreover it is free.:D Go go download.
If you have money to spare, get a book on STL or Data Structures.
Data structures are quite important as in understanding list, deque, queues, sorting, searching and etc, which helps in solving programming problems which require the need to use them. They also help you to understand STL too.
Thanks, Il have a look