|
-
Oct 1st, 2002, 03:25 AM
#1
Thread Starter
Addicted Member
What next?
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
-
Oct 1st, 2002, 05:16 AM
#2
Hyperactive Member
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. Go go download.
-
Oct 1st, 2002, 05:22 AM
#3
Hyperactive Member
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.
Last edited by transcendental; Oct 1st, 2002 at 05:38 AM.
-
Oct 1st, 2002, 03:17 PM
#4
Thread Starter
Addicted Member
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|