Which C++ book you'd call the C++ Bible?
Which C++ book you'd call the C++ Bible?
Me and my friend are interested in a book which is the C++ "bible". Know any?
P.S
Is there an actual book called C++ Bible?
Thanks.
P.S
Is there an actual book called C++ Bible?
Thanks.
Is the a C++ bible? Google it or search Amazon
you'll find out very quickly that way 
Personally my C++ bible is literally google, if i ever have a C++ question that's my first stop, i never use books, anything you'll find in a book is already available for free online so a book is only really useful if you can't get on the internet.
Personally my C++ bible is literally google, if i ever have a C++ question that's my first stop, i never use books, anything you'll find in a book is already available for free online so a book is only really useful if you can't get on the internet.
My C++ programming bible is definitely "The C++ Programming Language" from Bjarne Stroustrup. If possible always in the most current edition, it's one of those books which you have to buy again every few years. But worth it - it's the only programming book that I keep beside me while working all the time. And that since many years.
It's not as detailed as the C++ standard papers and it's not as beginner friendly as some other C++ books, but I think it's the only C++ book worth beeing called "The Bible".
It's not as detailed as the C++ standard papers and it's not as beginner friendly as some other C++ books, but I think it's the only C++ book worth beeing called "The Bible".
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
The most obvious difference to most book is that it's written by the guy who thought up c++. So you can trust this book to know what it's talking about. But what makes it so important for me is that it just seems to contain everything you'll need to know. I get by a lot by using sites like http://www.cppreference.com/ (which is especially useful if you use the STL). But once you need to dig a little bit deeper the Stroustrup book is there for you. With explanation and example. It just seems to contain everything - covering stuff from designing applications down to an description of the c++ grammar. I don't think there is any other book (or website) out which covers c++ as complete as this book.MasterGod wrote:@CuteAlien: What is so special about it that other books lacks?
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
It contains more than syntax and contains some hints for design, but it does not cover design patterns.
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
SecondedCuteAlien wrote:My C++ programming bible is definitely "The C++ Programming Language" from Bjarne Stroustrup.
ShadowMapping for Irrlicht!: Get it here
Need help? Come on the IRC!: #irrlicht on irc://irc.freenode.net
Need help? Come on the IRC!: #irrlicht on irc://irc.freenode.net
Well its sort of ironic as the bible is filled with logical faults I wouldn't want a programming bible that told me how to live my life right down to what shoes I wear. If you want a C++ Manual or a C++ one stop shop I don't think there is one, I agree with JP Google!
(Sorry I am not offending religious people, I am a STRONG BELIEVER IN Spaghedeity) Its the truth full stop.
(Sorry I am not offending religious people, I am a STRONG BELIEVER IN Spaghedeity) Its the truth full stop.
Programming Blog: http://www.uberwolf.com
I think you read the wrong book...dejai wrote:I wouldn't want a programming bible that told me how to live my life right down to what shoes I wear.
You need to clarify what you are saying. Are you saying the "C++ Programming Language" is filled with logical faults, or the Holy Bible is filled with logical faults? The word "bible" has about as much to do with Religion as the word "pill" has to do with birth control.
Any of your major C++ tutorial sites reference Stroustrup's book in most cases as it is the definitive guide to C++, but for algorithms/design patterns, as you said: Google.
Nobody expects the Pastafarian Inquisition...dejai wrote:(Sorry I am not offending religious people, I am a STRONG BELIEVER IN Spaghedeity) Its the truth full stop.
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

