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) |
Any C++ books you recommend me? - C!RCU!T tr0jAn ☠ - 04-06-2010 Can you post some names of good C++ ebooks or even a link to download them. Thanks. RE: Any C++ books you recommend me? - Common - 04-06-2010 There is this one called McGraw Hill Herb Schildt's C++ Programming Cookbook I think this is a very good and is quite comprehensive. Here are some links where you can buy it: http://www.mhprofessional.com/product.php?isbn=007148860X http://www.amazon.com/Herb-Schildts-C-Programming-Cookbook/dp/007148860X RE: Any C++ books you recommend me? - MrD. - 04-06-2010 Not sure if these are available in e-book form, but: Effective C++, More Effective C++, Exceptional C++, and More Exceptional C++. RE: Any C++ books you recommend me? - 5C4RF4C3 - 04-06-2010 I am currently reading this at the moment. I'd recommend it. http://www.amazon.com/dp/0201889544?tag=cpnonsqueeze-20&link_code=as3&creativeASIN=0201889544&creative=373489&camp=211189 RE: Any C++ books you recommend me? - Irelandrulz2 - 04-06-2010 (04-06-2010, 03:39 AM)h4ckingURLife Wrote: Can you post some names of good C++ ebooks or even a link to download them. Thanks. Bro, just go to your local library, and have a look at the C++ books. That is what I did except I got VB.NET. RE: Any C++ books you recommend me? - Mar0x - 04-06-2010 I've been reading this one for a little while, it doesn't seem too bad. http://newdata.box.sk/bx/c/htm/ch01.htm RE: Any C++ books you recommend me? - nevets04 - 04-09-2010 (04-06-2010, 09:17 PM)Mar0x Wrote: I've been reading this one for a little while, it doesn't seem too bad. That's just the very basics, I'm sure he wants something to take him further RE: Any C++ books you recommend me? - .:xX[ThunderStorm]Xx:. - 04-10-2010 Are you looking for the tough or the easy one's. RE: Any C++ books you recommend me? - rooneyful - 05-09-2010 (04-10-2010, 02:50 AM).:xX[ThunderStorm]Xx:. Wrote: Are you looking for the tough or the easy one's. like this guy just said..it depends on ur level of knowledge in C++ RE: Any C++ books you recommend me? - flAmingw0rm - 05-11-2010 Some useful links to learn C++: http://www.cplusplus.com/doc/tutorial/ http://www.cprogramming.com/tutorial.html http://www.programmingtutorials.com/cplusplus.aspx http://www.cpp4u.com/c++/tutorial/c++_tutorials.html http://www.exforsys.com/tutorials/c-plus-plus.html http://www.freeprogrammingresources.com/cpptutor.html http://www.learncpp.com/ |