Results 1 to 4 of 4

Thread: want help on c++

  1. #1
    Junior Member
    Join Date
    Jul 2006
    Posts
    13

    want help on c++

    hello everybody,
    i am learning c++ nowadays by self study and want to make windows applications or GUI application on bloodshed DEV c++ or watcom c++. And want to know about good study resources, tutorial ands books.
    Can anyone suggest some good study material on that.
    thanks
    liionheart.

  2. #2
    Junior Member
    Join Date
    Aug 2006
    Posts
    10
    Liionheart, I’m learning c++ also but am starting by learning the command line stuff. The book I’m reading at the minute is C++: A Beginner's Guide by Herb Schildt. It pretty much covers the basics and is quite good in that it has tests at the end of each chapter, to make sure you have picked everything up. I'd recommend it if you're just starting out programming.

    Here's the link: http://www.amazon.com/C%2B%2B-Beginn...e=UTF8&s=books

    Cheers
    James

  3. #3
    cplusplus.com is a good website with plenty of tutorials and references. If you need further info I would suggest one of many different books from. Stroustope(sp) to anything that speaks about data structures. If you want to learn c++ well you are going to need to know about data structures. It will cover searching, stacks, q's and a long list of other things that you should know.

    Can a moderator please move this thread to an appropriate forum... I don't think it qualifies as a tutorial.
    Last edited by linlover929; December 5th, 2006 at 01:17 PM.

  4. #4
    Junior Member
    Join Date
    Feb 2021
    Posts
    3
    In 2021, the best resources to learn C++ are:
    https://www.learncpp.com/
    https://en.cppreference.com/w/
    https://cplusplus.com/

    This is an excellent video series:
    https://www.youtube.com/watch?v=18c3...fGUldqGD0S4FFb

    I would recommend anyone using Windows to use Visual Studio Community(the latest version) to learn, it makes everything much easier, intellisense is incredibly powerful and will help you fix your errors.

Posting Permissions

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