Quote:
Originally Posted by nofi I reckon if you want to learn C++ and you have no programming experience, you really need to do a programming course. And by a course - I mean a proper one. university or college style thing. not a "teach yourself c++ in 21 days" book. There's a lot more to programming than syntax and system calls, and in my own experience dealing with the work of people who never learned how to program is HELL. |
I have to respectfully disagree. While to some people a class might be the way to go, others (myself included) learn better by the book. I majored in computer engineering in college, didn't learn any C++ there back then, and taught it myself.
I do agree though that it's not easy to learn, and Java would be a better language to 'ease' into programming.
If you do want to learn from a book, I can highly recommend the book 'The C++ programming language', by the creator of c++ himself;
Amazon.com: C++ Programming Language, The (3rd Edition): Bjarne Stroustrup: Books
Once you're done with that book, check out 'Effective C++' and if you still haven't got enough 'More Effective C++'
With those 3 books, you should be able to answer 95% of any c++ related interview question
