I want to learn C++ i'v looked on the web and have a number of sites. but i was thinking it would be cool to find some one who learnt off the web and books. I want to know which sites and which books were best for you and how did you go on about it? thanks
I used Sams' "Teach yourself C++ in 21 days", and it was surprisingly good. After that I just wrote some programmes teaching myself along the way. If there was something I wanted to do, I would find out how to do it then rather than try and think what I would need to learn. Having some websites such as http://www.thecodeproject.com/ or others with lots of examples is a good idea. Good luck!
ok cool i don't really know what i want to do with c++ yet but it would be nice to know how it works and i'll think of some programs to do
Start small, command line apps, then build it up when you get to know more. I used a combination of books, and MS VC++ 6 as an IDE. Good Luck! Col
C++, thats quite a hard one to start with, I'd go for C personally, but, its up to you. I'd try wikipedias article on it: http://en.wikipedia.org/wiki/C_plus_plus (especially the links and things at the bttom) Also try the wikibook on c++: http://en.wikibooks.org/wiki/C_plus_plus I just started python and I found the pyton home page usefull, but Im not sure if C++ has a home page or not.
Yeah, start with C, then move on to C++. They're similar, but C++ is for using Object Oriented design (basically. There's a little more to it than that though), which when first starting can take a bit to get your head around. Also, you can try Java to get some concepts down first. The way we learnt at uni was Java (with OO design) then C, after that, C++ was a breeze to learn.
I'll second the Sam's Teach yourself book. I used it to (suprisingly) teach myself C++ during my 3 year Games Computing degree. Coupled it with an OpenGL book too, but that's another story...
cool i'll see if i can get that book ... if i find it too hard to teach my self i'll get pay for lessons
Also, look for some eBooks. There's a lot out there you can snag without infringing copyright laws, and hey if you live in sweden... then yipeekayae! But yes, i will also sustain the advice to RTFM. - serial_