Thread: I'm starting C++

  1. #1
    Registered User
    Join Date
    Dec 2003
    Posts
    1

    I'm starting C++

    If been thinking about starting C++ for a while now but I'm wondering if you guys think its better to start with something simpler?
    If so could u post or leave some tutorials.
    People were telling me Visual Basic was best to start with but I'm not sure.
    Plz reply

  2. #2
    Registered User Mr_Jack's Avatar
    Join Date
    Oct 2003
    Posts
    63
    You should start with C++. It isn't THAT hard. And don't try to learn from an online tutorial, they all suck (especially the one on this site). Buy a book. A good book is C++ Primer Plus. It will last you for a long time. The $50 price is definatly worth it. Don't even think about learning BASIC or Visual Basic. Microsoft is evil.

  3. #3
    Hardware Engineer
    Join Date
    Sep 2001
    Posts
    1,398

    It's OK to start-out with C++

    Disclaimer: I don't know Visual BASIC.

    Visual BASIC makes Windows applications. GUI-Windows programs are complicated... Lots of "overhead" code. Most, or all, of the Windows stuff is done for you with Visual BASIC... So, you can write programs without really understanding what's going-on. If you want to create cool looking programs with a nice GUI interface NOW, this is the way to go.

    Command-line BASIC is easier to learn than C++. (I do know and use use command-line BASIC... we have some old programs and old equipment at work.) It's a good first language to learn the basics like variables, loops and branching... but it's not very popular.

    If you want to "learn programming", C++ is probably the best language. (No bias here on the C++ board! ) I believe it's the most popular, most universal, and most portable language. However, it will be at least several months before you are ready to write Windows programs... if that's what you want to do... Note that there are no graphics, mouse, or sound, in standard C++. (All of these features are compiler and system specific.)

    Check-out the Programing Tools and Tutorials here at cprogramming.com. I suggest that you start-out with a free compiler and the online tutorials. Then if you're still interested, you'll need a book (or two, or three...), and you can buy a compiler if you wish. (Many programmers here are quite satisfied with their free compilers.)
    Last edited by DougDbug; 12-03-2003 at 06:33 PM.

  4. #4
    Registered User
    Join Date
    Dec 2003
    Posts
    101
    (Many programmers here are quite satisfied with their free compilers.)
    Originally posted by DougDbug
    defonantly, I recomend dev c++ I agree with Mr_Jack allso. I started with online turorials and when I bought my first book (Primer PLus) I learned more in about a week then the original month or so reading tutorials.

    I hope this posts corectly...
    --

  5. #5
    Registered User
    Join Date
    Oct 2003
    Posts
    13
    I like Game Programming All in One. (It's C++) It goes over the basics pretty good. I also like C++ How to Program 4th Edition.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Starting programs
    By Molokai in forum C Programming
    Replies: 1
    Last Post: 04-16-2009, 10:10 AM
  2. Interpreter.c
    By moussa in forum C Programming
    Replies: 4
    Last Post: 05-28-2008, 05:59 PM
  3. i am not able to figure ot the starting point of this
    By youngashish in forum C++ Programming
    Replies: 7
    Last Post: 10-07-2004, 02:41 AM
  4. question about reading inputs starting with 0
    By jibbles in forum C Programming
    Replies: 8
    Last Post: 08-09-2004, 03:27 AM
  5. 12 year old starting...
    By Xterria in forum Game Programming
    Replies: 2
    Last Post: 09-24-2001, 07:33 PM