How can I learn C++ programming?
Posted Monday, July 20, 2009 by admin
I’m a teen of 14.At my age I’m able to upgrade my pc by myself and am able to solve plenty of windows issues.I’m able understand anything very quickly ( especially things about computers coz I’m a computer fanatic). Now I would like to get to something more complicated like C ++ programming. Could anybody suggest me a good ebook out there?




you still need a compiler to really get the feel. download dev-cpp. search for it. its free. then look for c sample files and tutorials.
c++ for dummies
you know those books for dummies? like golf for dummies? use c++ for dummies.
i suggest a membership to safari.oreilly.com
Ten dollars a month you can check out up to 10 books at a time.
From the leading publisher of tech books.
Go to Wikibooks, which is a collection of open-content ebooks. I would start with C, not C++. C is simpler than C++ and after you learn C, you can learn C++ fairly quickly.
There are a lot of books on C++ programming. Personally, I like Sam’s Teach Yourself C++ in 21 days by Jesse Liberty. I think Jesse presents the material in an easy to understand format. Also, I like the structure of the book, I think it is more motivating to learn something that is given in time frames rather than topics that you don’t know.