Any C++ books you recommend me? - Printable Version +- Support Forums (https://www.supportforums.net) +-- Forum: Categories (https://www.supportforums.net/forumdisplay.php?fid=87) +--- Forum: Coding Support Forums (https://www.supportforums.net/forumdisplay.php?fid=18) +---- Forum: Programming with C++ (https://www.supportforums.net/forumdisplay.php?fid=20) +---- Thread: Any C++ books you recommend me? (/showthread.php?tid=5628) |
RE: Any C++ books you recommend me? - Disease - 10-08-2010 I just realized I didn't recommend any books in my last post. The books I recommend are the same for everybody entering, or already familiar with, C++. The C++ Programming Language. Written by Stroustrup himself (the creator of C++), this book gives a very detailed overview of the language and its practices. Effective C++. This isn't a book to read when learning, but rather after you've developed a familiarity with the language. RE: Any C++ books you recommend me? - Drizzy - 10-08-2010 I've been wanting to get into coding too..thanks everyone for posting links here RE: Any C++ books you recommend me? - JesusOfSuburbia - 10-11-2010 (10-08-2010, 12:53 PM)Disease Wrote: I just realized I didn't recommend any books in my last post. The books I recommend are the same for everybody entering, or already familiar with, C++. they are great ebook...thank's mate RE: Any C++ books you recommend me? - This is not a Username - 10-16-2010 You dont need a thing than these. 1) The C++ Programming Language 3rd Ed. - Bjarne Stroustrup 2) C++ How To Program 2nd Ed. - Harvey & Paul Deitel 3) Practical C++ Programming - O'reilly 4) C++ Primer - Addison Wesley 5) C++ Primer Plus - Sams 6) C++ Tutorial - Wrox 7) Sams Teach Yourself Visual C++ in 21 Days - Sams RE: Any C++ books you recommend me? - SlimDeath - 11-16-2010 (05-11-2010, 12:26 AM)flAmingw0rm Wrote: Some useful links to learn C++: Those are quite interesting e-books mate,i may use them in future because i started c++ recently! Thanks in advance mate. |