Basically I have always wanted to learn C++, but when ever I start I have much difficulty understanding different functions and things and my code usually ends up being just a copy paste from the book or other resource. I want to know how to start learning C++, and as a complete beginner with no experience with coding, by any means you think would be good.
Also, if I need help understanding something due to me or a bad explanation of code functions by a tutorial or book, where in this section would be a good place to ask?
Buy [url=http://www.amazon.com/Starting-Out-Control-Structure-Objects/dp/0132777649/ref=sr_1_7?ie=UTF8&qid=1372284469&sr=8-7&keywords=Starting+out+with+C%2B%2B+Tony+Gaddis]this[/url] book. It really helped me
Really recommend the book [URL=http://www.amazon.com/Accelerated-C-Practical-Programming-Example/dp/020170353X]Accelerated C++[/URL]
If you can take notes and "do the assigned work" for MIT's open courseware, it's probably one of the best.
if (Programming_Experience==0)
{
Introduction to Comp. Sci.
[url]http://ocw.mit.edu/courses/electrical-engineering-and-computer-science/6-00sc-introduction-to-computer-science-and-programming-spring-2011/[/url]
}
else
{
Intro to C++.
[url]http://ocw.mit.edu/courses/electrical-engineering-and-computer-science/6-096-introduction-to-c-january-iap-2011/[/url]
}
C++, isnt that hard to learn and I would recommend it due to the base it gives you in other programming languages.
My vote goes to "Programming Practices and Principles Using C++". Been using it myself and so far it's been explaining things rather neatly and slowly. It's a pretty hefty book though.
[URL="https://www.google.com/shopping/product/12148993919341592006?biw=1366&bih=590&q=c++%20for%20dummies%20all%20in%20one&oq=c%2B%2B+for+dummies+all+in+one&gs_l=serp.3...7411.10242.0.10287.13.13.0.0.0.0.122.1088.8j4.12.0.cpsugrpqhmsignedin..0.0...1.1.18.serp.UHKXTVb_sak&sa=X&ei=2VLMUfOJO5TYyAHRnIHYDw&ved=0CE8Q8wIwAA"]C++ for dummies all in one[/URL] helped me quite some.
Sorry, you need to Log In to post a reply to this thread.