Thread: Reccomended Books and Sites

  1. #1
    Registered User
    Join Date
    Jun 2004
    Posts
    1

    Question Reccomended Books and Sites

    Hello, I am planning on learning C++ finally.... kinda hard to choose between Delphi and C++.. but C++ was more powerful...

    Anyway

    What are some reccomended books and sites to go to?

    And also I am a COMPLETE NEWBIE to programming, havent programmed a thing before :P

  2. #2
    Sweet
    Join Date
    Aug 2002
    Location
    Tucson, Arizona
    Posts
    1,820
    Woop?

  3. #3
    Novice C++ Programmer
    Join Date
    Nov 2003
    Posts
    96
    Get both this and this. You won't be sorry.

  4. #4
    Lead Moderator kermi3's Avatar
    Join Date
    Aug 1998
    Posts
    2,595
    I'd recommend http://www.cprogramming.com/tutorial.html starting with the intro which is written for those with no programming expirence. You might want to also look at the book reviews and the Beginner's Resources in the links directory
    Kermi3

    If you're new to the boards, welcome and reading this will help you get started.
    Information on code tags may be found here

    - Sandlot is the highest form of sport.

  5. #5
    Registered User
    Join Date
    Mar 2003
    Posts
    134

  6. #6
    Registered User
    Join Date
    Nov 2001
    Posts
    1,348
    For C++, I highly recommend Accelerated C++: Practical Programming by Example by Andrew Koenig and Barbara E. Moo.

    Check out my website for software development links.

    http://www.dslextreme.com/users/kuphryn/links.html

    Kuphryn

  7. #7
    Hardware Engineer
    Join Date
    Sep 2001
    Posts
    1,398
    My beginning C++ book was Teach Yourself C++ in 21 Days, by Jesse Liberty. I liked it because it was easy to understand, and because it's well structured for self-study, with questions and exercises at the end of each chapter ("day"), and answers and solutions in hte back. Whenever I recommend this book I always include a WARNING: Some people recommend against all of the 21 days books. (The only specific complaint I've read is that "it's superficial.")

    A couple of frequently recommended books (that I don't own) are: Accelerated C++ (recommended by kuphryn above), and C++ How To Program, by Deitel and Deitel. I've NEVER read ANYTHING negative about these books. ...Well actually, I have read some complaints about the cost of Deitel & Deitel.

  8. #8
    End Of Line Hammer's Avatar
    Join Date
    Apr 2002
    Posts
    6,231
    When all else fails, read the instructions.
    If you're posting code, use code tags: [code] /* insert code here */ [/code]

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Useful Links And Good Books
    By Hammer in forum Networking/Device Communication
    Replies: 18
    Last Post: 06-05-2017, 12:41 AM
  2. W00T! I got a job
    By dxfoo in forum Game Programming
    Replies: 18
    Last Post: 09-13-2006, 08:52 AM
  3. free electronic books
    By clover in forum C++ Programming
    Replies: 0
    Last Post: 10-03-2003, 02:07 AM
  4. Starting games - books? api?
    By SeanMSimonsen in forum Game Programming
    Replies: 22
    Last Post: 11-27-2002, 09:09 PM