Advise me the easiest way to learn C++

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • toutpasse
    New Member
    • Mar 2008
    • 2

    Advise me the easiest way to learn C++

    Hi,I am a student in Electronic Engineering,and this semester I have to start with C++;I'm not good in programming.The refore I would like to ask some advises,website s names ,books names to help me to learn C++ the most simplest way.Please, I need help.
    Many thanks to all of you whose going to help .
    Best regards.
  • MACKTEK
    New Member
    • Mar 2008
    • 40

    #2
    Probably one of the best ways is to go to www.google.com
    type in learn C++ programming.
    And sift thru the links

    You will need a computer and a compiler.
    Its best to find out which compiler your classes will be using that way you don't get any surprises.

    If no one tells you, then try any of the free compilers out there.
    Google for FREE C++ Compiler

    You also must google for instructions on HOW TO COMPILE...

    One of your best bets, is to go to the book store, and look for a book that explains how to get started and teaches you how to compile...
    for example: SAMS TEACH YOURSELF C++ in 24 hours... is probably a very good start, if you want to get a lot of info in 1 location.

    Also, remember that C++ dervies from C, so a good used C reference will help you.

    Comment

    • toutpasse
      New Member
      • Mar 2008
      • 2

      #3
      Hi there many thanks for your infos,I have got it and will ask more questions if I cannot get some thing.
      From toutpasse

      Comment

      • CodeTilYaDrop
        New Member
        • Aug 2007
        • 66

        #4
        Try this site. It is one of the best I have found for a tutorial.

        <http://www.cprogrammin g.com/tutorial.html>

        CTYD

        Comment

        Working...