Thread: Dive into C+ ??

  1. #1
    Registered User
    Join Date
    May 2003
    Posts
    2

    Question Dive into C+ ??

    Hey everyone;

    I'm pretty much new at programming in anything.
    I've used python some time back but never went into advanced things.

    Anyway, I've now started using C; I'm a slow learner and am just taking it one step at a time. I've been using the DJGPP compiler for C on windows.

    I'm wondering if I sould just move to C+ since I keep hearing that it is the most used language today(?)

    Well there it is. I'd appreciate anyone's input. Also is there any other freeware compiler that I could use for C or C+.

    Thanks for your time.

  2. #2
    Registered User
    Join Date
    Apr 2003
    Posts
    2,663
    I've never heard of C+, so you might just have invented a new language.

    Yes, you should learn C++ instead of C.

  3. #3
    C++ Developer XSquared's Avatar
    Join Date
    Jun 2002
    Location
    Ontario, Canada
    Posts
    2,718
    Don't know about C+, but for C++, try Bloodshed's Dev-C++.
    Naturally I didn't feel inspired enough to read all the links for you, since I already slaved away for long hours under a blistering sun pressing the search button after typing four whole words! - Quzah

    You. Fetch me my copy of the Wall Street Journal. You two, fight to the death - Stewie

  4. #4
    Registered User
    Join Date
    May 2003
    Posts
    2
    I meant C++, I'm sorry.

    Thanks for your input guys.

  5. #5
    jasondoucette.com JasonD's Avatar
    Join Date
    Mar 2003
    Posts
    278
    I think you should skip C and learn the non-OOP part of C++, which is basically C except for a few minor differences. This way, you can jump into the OOP (object oriented programming) part of C++ right from there. I recommend that you get a book that teaches the basics of C++ which does not get into classes (even string classes) for quite a few chapters. Stay away from C++ books that jump into classes right away.

  6. #6
    Open to suggestions Brighteyes's Avatar
    Join Date
    Mar 2003
    Posts
    204
    >Stay away from C++ books that jump into classes right away.
    That's impossible unless the book uses the C subset of C++ exclusively. Else how would you explain cout? It's really better to just go ahead and get a book that teaches C++ the "right way", such as Accelerated C++.
    p.s. What the alphabet would look like without q and r.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. donut sales take a dive
    By DavidP in forum A Brief History of Cprogramming.com
    Replies: 24
    Last Post: 07-03-2004, 01:34 PM
  2. Switch Statements
    By blackgingr in forum C Programming
    Replies: 3
    Last Post: 10-07-2002, 02:36 PM
  3. C++ in Depth or Java In Depth... ?
    By jawwadalam in forum C++ Programming
    Replies: 8
    Last Post: 10-07-2002, 08:38 AM
  4. Newbie Source Code question. Hlp Plz?
    By BOOGIEMAN in forum Game Programming
    Replies: 4
    Last Post: 12-14-2001, 04:30 AM