Hello Everyone, I was just wondering if people could tell me what they think is the best way to learn C++, and link to some tutorials maybe? Recomend a book, ect. Maybe I havn't found any good tutorials....But the ones I have seen aren't very good. Help Apreaciated.
You've picked a good time to start, head over to http://msdn.microsoft.com/vstudio/express/visualc/ and download visual C++ express edition. Its completely free (you have to 'register' to get a key but thats just an 'enter your email' thing). Then you can head over to http://msdn.microsoft.com/vstudio/express/visualc/learning/default.aspx . Of course if you aren't a microsoft hippie, you can learn a little slower by writing console C++ applications. A quick look in google with keywords like "C++ console tutorial" "C++ hello world" and the like are good starts. I program for a living and use google on a near-daily basis!