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 ^^
Need: C++ Books recommendations
-
- Posts: 73
- Joined: Sat Jun 27, 2009 6:52 am
Need: C++ Books recommendations
Knowledge is power, understanding is wisdom.
-
- Posts: 914
- Joined: Fri Aug 03, 2007 12:43 pm
- Location: South Africa
- Contact:
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
Code snippet repository: https://github.com/mzeilfelder/irr-playground-micha
Free racer made with Irrlicht: http://www.irrgheist.com/hcraftsource.htm
-
- Posts: 73
- Joined: Sat Jun 27, 2009 6:52 am
Wow... I took a look at this book and I think that this is just what I need. Thanks a lot.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.
Nice book, I will read it after I finis reading book that Sylence recommended to refresh my knowledge. Thanks for recommendation.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
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.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)
Knowledge is power, understanding is wisdom.