Thread: Books, Beginner, MustHave

  1. #1
    #junkie
    Join Date
    Oct 2004
    Posts
    240

    Question Books, Beginner, MustHave

    Well currently i own and am reading Sams "Teach yourself C++ in 21 Days", and despite the bad reviews, i love it as a beginner. Explains things very well, gives plenty of examples, and not too many things they skip in their examples.

    However, being the money grub i am, i recieved a 25% off reciepe from the store i bought it from, and i need to buy another book to use that 25% off lol.

    So i want to buy a book a little above my current skill level, so when i get done with 21 days i can move up. Or maybe something that teaches me a dif way to do things, ect.

    Any ideas? Any must haves for beginners? I eventually would like to moveon to Games over IntraNet. But at the moment id prefer buying books still geared twords learning. I have searched the forums and seen a few, but its hard to get a good grasp with a 3rd of the people hating Sams books lol.

    And it doesent have to be sams, just somethin that teaches me somethin new, examples are beloved, chapter quizes rock! thanks!
    01110111011000010110110001100100011011110010000001 11000101110101011010010111010000100000011011000110 10010110011001100101001000000111100101101111011101 0100100000011011100111010101100010

  2. #2
    Registered User ~Kyo~'s Avatar
    Join Date
    Jun 2004
    Posts
    320
    Direct X game programming is pretty good for starting with direct X.

    in opinion
    More or less after understanding pointers classes and such it better to starting reading books that are over specific topics ie direct X. Writing code helps even more tho lets you understand coding more than books do.

  3. #3
    Registered User
    Join Date
    Jul 2004
    Posts
    12
    This your book?
    Sam's Teach Yourself C++ In 21 Days

    I read some of it. It's actually pretty helpful. Don't worry that is a legal copy, I think...

    What I advise you to do is to look for books here Free C++ books
    AIM-PlatinumMjolnir
    [email protected]

  4. #4
    Registered User
    Join Date
    Oct 2004
    Posts
    63
    I bought SAM's Teach yourself C++ in 21 Days as well. I'm currently working through it...loving it.

    I think it gets progressively worse as day number increases though. For example when talking about inheritance, he takes like 20 pages to say what could be said in a sentence or two. Explaining yourself is good, but there comes a limit where its just overkill

  5. #5
    #junkie
    Join Date
    Oct 2004
    Posts
    240
    lol, ya i love the teach yourself. Explains it really well. I downloaded the same book online (think it was a older version though) and saw i liked it so i bought it.

    And overall i want to expand into basics of applications i am going to be using in the future, even if its most basic. So DDE, API's (win32, ect.), junk like that.

    One thing i really dont like is the book store itself, its borders, good store, i like barns and nobel better, but none the less you cant get what you can online lol. So its hard to ask what are good books cuz they might not have them. I am just ganna go in tomorrow and check stuff out, see if i like the gist of what they are teaching. But going into DirectX would rock, so i may also look into some direct x books. Thanks for the replies and anymore
    01110111011000010110110001100100011011110010000001 11000101110101011010010111010000100000011011000110 10010110011001100101001000000111100101101111011101 0100100000011011100111010101100010

  6. #6
    Hardware Engineer
    Join Date
    Sep 2001
    Posts
    1,398
    The C++ Standard Library, By Nicolai M. Josuttis. Covers the Standard Template Library. (The STL is not covered in "21 Days".)

    Thinking In C++, by Bruce Eckel. It makes a good 2nd C++ book, although it's written as a 1st C++ book for someone who already knows C. It comes in 2 volumes, and you can download it in PDF format FREE, or buy hard-copies.

    C Programming Language, by Kernighan & Ritchie This makes a handy reference to the C-part of the language.

    If you want to learn Windows programming, get Programming Windows, by Charles Petzold.

    Note that none of the above books are as well-structured for self-study as "21 Days"

  7. #7
    Registered User jlou's Avatar
    Join Date
    Jul 2003
    Posts
    1,090
    If you really want to be a great C++ programmer for a career, consider the books below. They do not focus on gaming or anything but standard C++, but they seem to be widely recognized in the C++ community as must-haves.

    The first one is considered to be a good beginner's book, but it moves a little faster than most and is more appropriate for someone with a little bit of programming knowledge. While I have not read it, I have seen it recommended several times as a good follow up to books like your 21 days book. It might not teach you a whole lot more than what you are learning in your current book, but it will give you a different look at how to program in C++ and hopefully reinforce what you are learning now.
    Last edited by jlou; 10-25-2004 at 05:05 PM.

  8. #8
    #junkie
    Join Date
    Oct 2004
    Posts
    240
    Ya i looked at Accelerated C++ and both the Meyers ones at the store, for the price, and the level they were at i didnt wanna get them now. I went with the bigger and a tiny bit more advanced and broad ANSI C++, the complete language.

    However i'll prob be looking for the accelerated c++ in a few months. Thanksall
    01110111011000010110110001100100011011110010000001 11000101110101011010010111010000100000011011000110 10010110011001100101001000000111100101101111011101 0100100000011011100111010101100010

  9. #9
    Registered User
    Join Date
    Sep 2004
    Posts
    197
    Although not exactly a beginner book The C++ Programming Language by Bjarne Stroustrup (the creater of C++) I hear is a pretty good book, once you get deeper into the Language. I just ordered the Special Edition, which is on special for $51 on Amazon.com (list price is $64.99 US) Its a high price because its Hard Cover, so it should last you a good while.
    If any part of my post is incorrect, please correct me.

    This post is not guarantied to be correct, and is not to be taken as a matter of fact, but of opinion or a guess, unless otherwise noted.

  10. #10
    #junkie
    Join Date
    Oct 2004
    Posts
    240
    ya i seen that at the place also. I seen a few Strout books and avoided each one. Heard they were confusing to new people and normal books are confusing enough lol. And the price at the store i was in was 60$. (Just FYI type of thing hehe)
    01110111011000010110110001100100011011110010000001 11000101110101011010010111010000100000011011000110 10010110011001100101001000000111100101101111011101 0100100000011011100111010101100010

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. What are some good books on C?
    By php111 in forum C Programming
    Replies: 9
    Last Post: 10-01-2008, 06:16 AM
  2. Replies: 12
    Last Post: 10-23-2006, 07:45 AM
  3. Need help buying beginner books
    By derrick45123 in forum Game Programming
    Replies: 3
    Last Post: 11-20-2005, 07:43 PM
  4. Replies: 5
    Last Post: 09-05-2005, 06:26 AM
  5. DirectX books for beginner
    By jatan in forum Game Programming
    Replies: 6
    Last Post: 09-22-2001, 10:34 AM