Page 1 of 2 12 LastLast
Results 1 to 10 of 11

Thread: Learning C++

  1. #1
    Junior Member
    Join Date
    Apr 2002
    Posts
    3

    Learning C++

    I want to switch from coding in Visual Basic to Visual C++ but I have no experience with C.. how can I get started and is there any tutorial I can look at...

  2. #2
    Senior Member
    Join Date
    Jan 2002
    Posts
    154
    http://www.antionline.com/showthread...hreadid=133897 look under programing. Also Teach yourself C++ in 21 days by the Sams publishing groups is a good read to get the basics in your mind, then C/C++ programers bible, by jamsa is for better in depth application reference and teaching yourself.

    Kindred69
    ForeverLearning

  3. #3
    Banned
    Join Date
    Sep 2001
    Posts
    852
    ewwwwwwww sams teach your self theirs better books than that lol deitel and deitel is a good book to start ive had a few friends switch from vb to c++ they havent had to much trouble but they said learning c++ has in creased their vb coding skills no end. but just read as much as you can if you get stuck pm me and ill give you a hand but learn cout and cin first and the different types of variables you can youse then functions etc etc
    RiOtEr

  4. #4
    Junior Member
    Join Date
    Apr 2002
    Posts
    12
    I would say learn plain C++ first, before getting into the Visual C++ mess that MS created. Do some basic console programming, just to learn the C++ syntax and OO concepts. Then, if you insist, move on to Visual C++, as it adds a lot.

    /can you tell I hate MS?
    gh0stface

  5. #5
    Senior Member
    Join Date
    Oct 2001
    Posts
    186
    RiOtEr I do agree with you about the deitel c and c++ books. I have used both sam's and deitel and think theirs are much better.
    Ben Franklin said it best. \"They that can give up essential liberty to obtain a little temporary safety deserve neither liberty nor safety.\"

  6. #6

    here are some c++ learning sites

    there are lots of places to go on the internet that deal with C++ also if you dont want to deal with buying a book. Just go to google and look for some like...
    http://elvis.rowan.edu/~kay/cpp/vc6_tutorial/
    http://www.gaffer.org/ptc/distributi...isual-ptc.html
    http://web.sau.edu/LillisKevinM/tutorial/
    http://www.blibbleblobble.co.uk/Programming/visualc/


    hope some of these help...

  7. #7
    Senior Member
    Join Date
    Mar 2003
    Posts
    170
    Well I am learning LibertyBASIC so when I work my way into C++ it will be easier to understand and so i will know the basics and know about input and that kind of stuff but MsMittens gave me a great tutrial on C++ right here
    http://www.cprogramming.com/tutorial.html

    >Hope that helps you.
    [glowpurple]NooNoo\'s [/glowpurple]

  8. #8
    Senior Member
    Join Date
    Aug 2001
    Posts
    352
    as mentioned by everyone, Deitel are highly reccomended for any programming book, we've used the deitel series at uni for java ever since they started making them i think, i can only assume that the C++ one is of the same quality as the java one, theyre packed full of tips and little pointers that other books tend to leave out

    a good C++ book that i've bought myself is C++ a beginners guide by Herbert Schildt
    as the name says it does start from the very basics of programming in C++ (it assumes no C++ background at all), but everything is explained in a very simple way that i find easy to understand, sometimes i need things dumbed down a bit when it comes to coding books and this one i have found to be very good, cost me $55AU so thats probly about 30 US

  9. #9
    Junior Member
    Join Date
    Mar 2003
    Posts
    26
    Learning Visual C++ 6.0 by Ivor Horton is a very good book, teaches you all about just plain C++ and then the second half of the MASSIVE book talks about MFC programming with Visual C++
    Never argue with an idiot, they\'ll just bring you down to their level and then beat you with experience

  10. #10
    Learning c++ firt then you can go to Visual c++ find some coding c++ in

    www.cprogramming.com
    www.programmersheaven.com

    I hope this will help you

Posting Permissions

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