Thread: learning C++ from C

  1. #1
    gratyklz
    Guest

    Post learning C++ from C

    Im a C programer and I want to learn C++ now. Any idea on some good books and online tutorials? I know theres about a half million of both available but I figured some of you might know some good ones. Are there any for people going from C to C++. Seeing as how C++ uses many things from C ide rather not learn the C parts all over again. Thanks a lot.

  2. #2
    Registered User
    Join Date
    Sep 2002
    Posts
    1,640
    C++ is C with some extras. So you shoulnd't have too many
    trouble learning it. C++ Language Tutorial

  3. #3
    Code Goddess Prelude's Avatar
    Join Date
    Sep 2001
    Posts
    9,897
    >Any idea on some good books and online tutorials?
    Accelerated C++ by Koenig and Moo. In my opinion this is the best starter book for C++ since it emphasizes the proper usage of C++ instead of simply using C with C++ syntax.

    -Prelude
    My best code is written with the delete key.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Machine Learning with Lego Mindstorms
    By DavidP in forum A Brief History of Cprogramming.com
    Replies: 14
    Last Post: 01-30-2009, 02:34 PM
  2. Best Approach for Learning
    By UCnLA in forum C Programming
    Replies: 5
    Last Post: 03-21-2008, 02:35 AM
  3. Need Help On a Simple Bank Program
    By oobootsy1 in forum C# Programming
    Replies: 9
    Last Post: 08-08-2005, 10:51 AM
  4. Fun Learning a New Language
    By UnregdRegd in forum A Brief History of Cprogramming.com
    Replies: 16
    Last Post: 09-30-2003, 10:03 PM
  5. Learning Rate Of C++
    By Krak in forum C++ Programming
    Replies: 27
    Last Post: 01-29-2003, 01:53 PM