Results 1 to 4 of 4

Thread: What next?

  1. #1

    Thread Starter
    Addicted Member
    Join Date
    Apr 2002
    Posts
    183

    Smile 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

  2. #2
    Hyperactive Member
    Join Date
    Sep 2001
    Posts
    396
    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.

  3. #3
    Hyperactive Member
    Join Date
    Sep 2001
    Posts
    396
    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.

  4. #4

    Thread Starter
    Addicted Member
    Join Date
    Apr 2002
    Posts
    183
    Thanks, Il have a look

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width