Question:

What is the best way to learn C++ programming?

by  |  earlier

0 LIKES UnLike

Is there something that I should learn first like some easier form of programming such as HTML and also what software/equipment will I need to programme in C++?

 Tags:

   Report

9 ANSWERS


  1. You may need to study a few books C++ is a completley different kettle of fish compared to html. By studying the books you will get an understanding of what is needed.


  2. well first... you need to lurn C. you cant lurn C++ before C!!!

    you need an IDE (intergraded development environment)

    such as Borland but dont pay for any (especially microsoft visual)

    you can get them free.

    i find the best way is video's. books are good for referance.


  3. First of all HTML is a markup language not a programming language.

    Good day.

  4. Learnin c++ would be a lot easier if u know C..

    as far as learning is concerned try readin books... its better..

    Try gettin ur hands on The Complete Reference for c++ by herbert schildt.. its the best..

    U can install a Turbo C++ compiler or a visual C++ to do c++ pgms

    All d best

  5. Knowing HTML won't help you learn C++, because it's not a programming language. Knowing a programming language might help you learn another one, but it can also give you trouble when something exists in both languages and works differently in each. The time it takes to learn another language would be better spent learning the one you actually want to learn.

    As far as actually learning goes, I prefer books to online tutorials to start. Someone can probably recommend one, but I prefer just browsing at the book store.

    You need a C++ compiler/IDE + libraries, etc. Since I prefer open source, Dev-C++: http://www.bloodshed.net/devcpp.html.

  6. online course - skillstrain or something simular

  7. Take Course

    If you Want To Learn It Alont In Your Home Buy Books

  8. The best way to learn is to jump right in and here is how to do it for FREE

    1) Get a compiler: www.thefreecountry.com or http://www.codeblocks.org/

    2) Read and try plenty of tutorials

    www.cprogramming.com

    www.gamedev.net

    www.programmersheaven.com

    www.codeproject.com

    3) Think of your own projects and start creating.

  9. The best way to learn about C++ programming is to go to a book store and pick up a C++ book. I recommend that you pick up a C++ certification book and a C++ for dummies book. The dummies book just explains the C++ certification concepts in an easier to understand way for beginners. Thats how I learned. I got both the Tech books and the dummies books with both books at my side I aced my certification exams.

Question Stats

Latest activity: earlier.
This question has 9 answers.

BECOME A GUIDE

Share your knowledge and help people by answering questions.
Unanswered Questions