Need: C++ Books recommendations

Discussion about everything. New games, 3d math, development tips...
Post Reply
ArakisTheKitsune
Posts: 73
Joined: Sat Jun 27, 2009 6:52 am

Need: C++ Books recommendations

Post by ArakisTheKitsune »

Hi to all,

The only book that I have read is Ivor Horton's Beginning Visual C++ 2005 ( and some msdn if that counts ^^ ) the rest of my knowledge I got from forums and try and learn practices. And I was wondering if someone have good book recommendation ( VC++ or C++ ) ? Oh and I am using Irrlicht for about 2 years and I can tell that this engine is great ^^
Knowledge is power, understanding is wisdom.
Sylence
Posts: 725
Joined: Sat Mar 03, 2007 9:01 pm
Location: Germany
Contact:

Post by Sylence »

The C++ Programming Language by Bjarne Stroustrup is the C++ book. Pretty advanced but you won't find anything about C++ that is not written in this book.
Software documentation is like sex. If it's good you want more. If it's bad it's better than nothing.
FuzzYspo0N
Posts: 914
Joined: Fri Aug 03, 2007 12:43 pm
Location: South Africa
Contact:

Post by FuzzYspo0N »

Syd logan's "Cross platform development in C++ : Building Mac osx, linux and windows applications".

He worked at mozilla for ages, really great book (starts relatively basic/intermediate) but covers so much thats need to know these days (for multiple platform building etc)
CuteAlien
Admin
Posts: 9734
Joined: Mon Mar 06, 2006 2:25 pm
Location: Tübingen, Germany
Contact:

Post by CuteAlien »

Stroustrup has also written a new book which is aimed at people learning the language. Maybe take a look at the Table of Contents if it's of interest to you: http://www.research.att.com/~bs/programming.html
IRC: #irrlicht on irc.libera.chat
Code snippet repository: https://github.com/mzeilfelder/irr-playground-micha
Free racer made with Irrlicht: http://www.irrgheist.com/hcraftsource.htm
ArakisTheKitsune
Posts: 73
Joined: Sat Jun 27, 2009 6:52 am

Post by ArakisTheKitsune »

Sylence wrote:The C++ Programming Language by Bjarne Stroustrup is the C++ book. Pretty advanced but you won't find anything about C++ that is not written in this book.
Wow... I took a look at this book and I think that this is just what I need. Thanks a lot.
CuteAlien wrote:Stroustrup has also written a new book which is aimed at people learning the language. Maybe take a look at the Table of Contents if it's of interest to you: http://www.research.att.com/~bs/programming.html
Nice book, I will read it after I finis reading book that Sylence recommended to refresh my knowledge. Thanks for recommendation.
FuzzYspo0N wrote: Syd logan's "Cross platform development in C++ : Building Mac osx, linux and windows applications".

He worked at mozilla for ages, really great book (starts relatively basic/intermediate) but covers so much thats need to know these days (for multiple platform building etc)
Sounds like a good book, I will read it as soon I read that first two books. I always wanted to learn more about multiple platform programming. Thank you for your recommendation.
Knowledge is power, understanding is wisdom.
Post Reply