+ Reply to Thread
Results 1 to 9 of 9

Thread: C++ Programming books

  1. #1
    Newbie Dankra is an unknown quantity at this point
    Join Date
    Aug 2008
    Posts
    3

    C++ Programming books

    First off, i'm a total beginner in C++ so consider that when picking a book (;

    This is a list i've made of possible buys:

    Beginning C++ Through Game Programming, 2nd Edition
    Interactivity—the unique feature that sets games apart from other forms of entertainment. The power of interactivity lies in the programming that occurs behind the scenes. If you’re ready to jump into the world of programming for games, "Beginning C++Game Programming" will get you started on your journey, providing you with a solid foundation in the game programming language of the professionals. As you cover each programming concept, you’ll create small games that demonstrate your new skills. Wrap things up by combining each major concept to create an ambitious multiple player game. Get ready to master the basics of game programming with C++!
    Learn C++ (the standard language of game programming professionals as well as hobbyists) game programming from this unique gaming perspective.
    Written for the beginner, this book assumes no previous programming experience.
    Presented in a friendly, but professional, tone.
    Includes projects to emphasize what has been learned.
    Comes complete with Q&As, extensive end-of-chapter exercises, and a CD to reinforce self-practice and learning.
    -----------------------------------------------------------------------


    C++ for Dummies
    Create your first C++ program before you finish Chapter 1!
    The fun and easy way® to start programming with this popular, object-oriented language
    This friendly guide is now updated to cover the latest ANSI C++ standard. Even if you’re a programming newbie, you’ll be building and debugging C++ programs, creating source code, developing C++ pointers, making programming easier with the exciting new Standard Template Library, and more — all before you know it.

    All this on the bonus CD-ROM

    * Dev-C++, a full-featured, integrated C++ compiler and editor
    * Source code from the book
    * Documentation for the Standard Template Library
    ------------------------------------------------------------------------


    Introduction to Game Programming with C++
    Introduction to Game Programming with C++ explores the world of game development with a focus on C++. This book begins with an explanation of the basics of mathematics as it relates to game programming, covers the fundamentals of C++, and describes a number of algorithms commonly used in games. In addition, it discusses several libraries that can help you manage graphics, add audio, and create installation software so you can get started on the path to making both 2D and 3D games.

    With this book:
    Understand the basics of programming in C++, including working with variables, constants, arrays, conditional statements, pointers, and functions.
    Learn how to use the ClanLib library to make 2D games.
    Discover how the OGRE graphics library can be used to implement particle systems and other effects in 3D games.
    Find out how to integrate sound and music into your game
    ----------------------------------------------------------------------


    Learn C++ By Making Games
    NO REVIEW

    ----------------------------------------------------------------------



    Sams Teach Yourself C++ in 24 Hours
    C++ Complete Starter kit. CD-rom included
    ----------------------------------------------------------------------


    C++ Beginner's Guide 2nd Edition
    Essential skills made easy! Written by Herb Schildt, the world’s leading programming author, this step-by-step book is ideal for first-time programmers or those new to C++. The modular approach of this series, including sample projects and progress checks, makes it easy to learn to use C++ at your own pace.
    ----------------------------------------------------------------------



    Remember guys! I'm a beginner

    PS: My main goal is making games, but i don't know if the "Learn CPP while making games" is to hard for a beginner.

  2. #2
    Retired v0id is a glorious beacon of light v0id is a glorious beacon of light v0id is a glorious beacon of light v0id is a glorious beacon of light v0id is a glorious beacon of light v0id is a glorious beacon of light
    Join Date
    Apr 2007
    Posts
    2,978
    Blog Entries
    3

    Re: C++ Programming books

    I've never read a book on C++ myself, but I've heard that the book, Accelerated C++, by Andrew Koenig and Barbara Moo should be excellent.

  3. #3
    Newbie Dankra is an unknown quantity at this point
    Join Date
    Aug 2008
    Posts
    3

    Re: C++ Programming books

    Well.. actualy that book is on the list i think.. (The list that a Norwegian book store sells)


    Accelerated C++ - Practical Programming by Example
    --------------------------------------------------



    Is that the book you're talking about?

  4. #4
    Retired v0id is a glorious beacon of light v0id is a glorious beacon of light v0id is a glorious beacon of light v0id is a glorious beacon of light v0id is a glorious beacon of light v0id is a glorious beacon of light
    Join Date
    Apr 2007
    Posts
    2,978
    Blog Entries
    3

    Re: C++ Programming books

    Use the link I provided in my previous post, and check if the authors and ISBN match the book from the Norwegian bookstore you're talking about.

  5. #5
    Newbie Dankra is an unknown quantity at this point
    Join Date
    Aug 2008
    Posts
    3

    Re: C++ Programming books

    It's the same book(: Thank you i'll buy that one!

  6. #6
    dcs
    dcs is offline
    Guru dcs is just really nice dcs is just really nice dcs is just really nice dcs is just really nice
    Join Date
    Mar 2008
    Posts
    767

    Re: C++ Programming books


  7. #7
    MeTh0Dz is a name known to all MeTh0Dz is a name known to all MeTh0Dz is a name known to all MeTh0Dz is a name known to all MeTh0Dz is a name known to all MeTh0Dz is a name known to all
    Join Date
    May 2008
    Posts
    476

    Re: C++ Programming books

    I've heard that C++ for Dummies is complete crap.

  8. #8
    Learning Programmer giuliel is on a distinguished road giuliel's Avatar
    Join Date
    Aug 2008
    Location
    Montreal, Canada
    Age
    27
    Posts
    60

    Re: C++ Programming books

    If you already have basic knowledge of programming fundamentals then there shouldn't be a problem in choosing a book geared toward making beginner games. The only thing with those types of books is that they are usually under the assumption that you have prior programming knowledge, so they lack any real detailed explanations on the how or why. You're usually stuck with short lived paragraphs and a short syntax example.

    also stay away from the for dummies series. Like said above, it's absolute crap. You should look into the Head First series by O REILLY. They have a guide to virtually any language you can think of. They're fun, easy to read, and most importantly MAKE you do the exercises.

  9. #9
    Retired v0id is a glorious beacon of light v0id is a glorious beacon of light v0id is a glorious beacon of light v0id is a glorious beacon of light v0id is a glorious beacon of light v0id is a glorious beacon of light
    Join Date
    Apr 2007
    Posts
    2,978
    Blog Entries
    3

    Re: C++ Programming books

    I agree with above. The O'REILLY-books are really nice. You can find both books with general information about a particular language, or more specialized books which only is about networking with a particular language, or similar.

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

     

Similar Threads

  1. What should I do next....(general programming)
    By InfiniteSpawn in forum General Programming
    Replies: 26
    Last Post: 04-17-2008, 02:34 PM
  2. Replies: 1
    Last Post: 04-07-2008, 03:15 PM
  3. General programming and logic
    By Chinmoy in forum Tutorials
    Replies: 0
    Last Post: 03-20-2008, 04:58 AM
  4. Beginning Programming
    By frank_l in forum C and C++
    Replies: 11
    Last Post: 10-11-2007, 02:23 AM
  5. Programming Theory Books
    By Frantic in forum General Programming
    Replies: 1
    Last Post: 06-26-2006, 05:48 PM

Bookmarks

Bookmarks

     
        Algorithms and Data Structures

        Java tutorials

        Algorithms Forum

Posting Permissions

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