omarsoudani Posted January 20, 2009 Share Posted January 20, 2009 I'd like to learn C++, I have a very very little experience about it. Can any one recommend how to start learning? Books, videos ... etc ? An easy guide so I can start with. Thanks in advance. Link to comment Share on other sites More sharing options...
0 ReDFoX2200 Posted January 20, 2009 Share Posted January 20, 2009 I recommend this site as a start http://www.cplusplus.com/doc/tutorial/ Tho I'm programming C++ for long now but I still use it for reference (in basic C++ stuff). When I'm home I will send you some books name to read Link to comment Share on other sites More sharing options...
0 omarsoudani Posted January 20, 2009 Author Share Posted January 20, 2009 I recommend this site as a starthttp://www.cplusplus.com/doc/tutorial/ Tho I'm programming C++ for long now but I still use it for reference (in basic C++ stuff). When I'm home I will send you some books name to read Thanks for your quick response, I will check it. Any other suggestions would be appreciated. Link to comment Share on other sites More sharing options...
0 hdood Posted January 20, 2009 Share Posted January 20, 2009 Not really an answer to the question, but if you eventually want to move on to Windows GUI programming, http://www.winprog.org/tutorial/ is a pretty good tutorial. The Windows APIs are generally object oriented C though, not C++, but they can easily be used from C++ (the only thing worth nothing is that callbacks can't be non-static class members). Link to comment Share on other sites More sharing options...
0 Andre S. Veteran Posted January 20, 2009 Veteran Share Posted January 20, 2009 I learned C++ with The C++ Primer Plus by Stephen Prata. It was an entertaining read and gave me some solid basics. Link to comment Share on other sites More sharing options...
Question
omarsoudani
I'd like to learn C++, I have a very very little experience about it. Can any one recommend how to start learning? Books, videos ... etc ? An easy guide so I can start with.
Thanks in advance.
Link to comment
Share on other sites
4 answers to this question
Recommended Posts