Jump to content

  • Log In with Google      Sign In   
  • Create Account

14 years ago on June 15th Gamedev.net was first launched! We want to thank all of you for being part of our community and hope the best years are ahead of us. Happy birthday Gamedev.net!

Game Development Books

Featured Book

Top Selling Books

  1. 1. Super Scratch Programming Adventure!:...
    By The LEAD Project, Sales Rank #1777
  2. 2. Introduction to 3D Game Programming w...
    By Frank Luna, Sales Rank #59888
  3. 3. Core HTML5 Canvas: Graphics, Animatio...
    By David Geary, Sales Rank #70174
  4. 4. UDK Game Development
    By Alan Thorn, Sales Rank #95820
  5. 5. Blender Master Class: A Hands-On Guid...
    By Ben Simonds, Sales Rank #151891
  6. 6. Learn Objective-C on the Mac: For OS...
    By Scott Knaster, Waqar Malik, Mark Dalrymple, Sales Rank #165476
  7. 7. Practical Rendering and Computation w...
    By Jason Zink, Matt Pettineo, Jack Hoxley, Sales Rank #170792
  8. 8. Unreal Development Kit Game Programmi...
    By Rachel Cordone, Sales Rank #171722
  9. 9. Unity 3.x Game Development by Example...
    By Ryan Henson Creighton, Sales Rank #220591
  10. 10. Game Development Essentials: An Intro...
    By Jeannie Novak, Sales Rank #239803


  • You cannot edit this book

The C++ Programming Language: Special Edition ****-

The C++ Programming Language: Special Edition By Bjarne Stroustrup
Published February 2000
List Price: $89.99, Your Amazon.com Price: $40.99

Amazon.com Sales Rank: 56,610
Availability: Usually ships in 24 hours

Summary:
Written by the creator of the C++ language, this 1000+ page text presents the full specification for the C++ language and standard library.

Similar Books:


Buy it now:


  

Share:

  • You cannot edit this book

12 Comments

Very very good, and, well, it was
written by the creator of C++!!!
Ofcourse, this book is not a learn-from-the-bottom-up text. And it does not say so. This book is for finding all the special features and complex parts of C++. And the ones that may take your skills further.
If you wan´t to make any decent program, especially games, read AND UNDERSTAND this book.

BJARNE STROUSTRUP ER GUD
Excellent reference.
This book has answered every esoteric question I've been able to come up with. One of the best parts of the book is the index. It's over 40 pages long and appears to include everything. If I need an answer to a C++ question, it's the first place I turn. One warning, though. It's definitely not a book for people new to C++.
The ultimate reference book. Since Stroustrup created the language
itself he should know every aspect of it as well as his own mind, I can
tell this is the case after reading the book. I can highly recommend
this book as a reference and for learning the more advanced
aspects of the language. You'll have a better insight in where,
why, where not and why not you should use the different methods
and tools provided in C++, including the STL. It is, however, not to be
recommended for newbies. Anyone giving this book a rating lower than
8 must be doing so because of lacking skills. Read it!
Sure this book was written by the man who created C++, but for someone who wants to learn C++ and have a good reference, I'd choose Deitel & Deitel's C++ book (can't remember the name off the top of my head).
My main problem with this book is the lack of decent examples and that it is a bore to read.
This book is THE reference for C++, and is written by the creator of the language. Structured like a textbook, it covers ALL aspects of the language. (ALL of them… do you know what 'mutable' means?) Not only does the author tell you HOW to use the features of C++, but when to use them, and more importantly, when to avoid their use. I highly recommend this book for intermediate to advanced users. Very complete in its description, and platform independent.
This book has gotta be the best C++ reference out there. Since it's created by Bjarne Stroustrup, the creator of C++, of course it's going to be a great book. Though, it's not a good book for a novice and it says right in the beginning chapter "This book is nowhere near novice friendly and should not be used to learn C++". This book teachs you every aspect of C++ functions, and how to use them. If you've gone through a book like the C++ Primer or Teach Yourself C++ is 21 Days, this is definately the book to follow through with.
I found this an extremely useful book for learning or reference (I used this book for both). It covers the standard library in glorious detail.
The section on design is also excellent, I learnt a lot about program design from this.
The exercises in the book are very useful, with a good range of difficulty.
One of the best programming books I have ever read! After only reading the first two chapters, I can already say I have learned more about C++, and programming in general, than I have from any of the other books, tutorials, or program. This is a great second book, and very nice for those who want to really get into the language.

7 out of 5 stars.
Great book. An excellent C++ resource, and written by the creator of the language, Bjarne Stroustrup.

I recommend to anyone (in the intermediate to expert range) who uses C++ in their free time or in their job.
First of all would people please stop calling it the "definitive reference", the "definitive reference" manual for C++ is the current C++ ISO standard (ISO/IEC 14882:2003) which costs less in electronic form.

Calling Bjarne's book "just a reference" doesn't do his book any justice, there is much more to this book than a "reference manual".

PARTNERS