C++ Online Learning Resources
I'm a Delphi programmer, but when I read the C++Builder roadmap information I feel it would be cool to be a better C++ coder.
Let's start today! Here is the list of C++ online learning resources. Please let me know about any missing ones and I will add them to this list.


Comments
-
Warren Postma Thursday, 12 July 2012
C++ is a great resumé-building move, but hardly a step forward technologically, if you're self-directed on technology, or already have a good job working with Delphi.
Objective-C is also a good move, since lots of people are hiring for iPhone/iPad development these days. Personally I strongly disliked the time I spent working in C++, and I feel that the solutions to C++'s issues (C++ 2011) are to add more complexity to C++ and to learning the language. I don't like it. I'm glad to avoid it.
W -
sarah Monday, 20 August 2012
very informative post indeed .being enrolled in http://www.wiziq.com/course/5776-object-oriented-programming-with-c
i was looking for such articles online to assist me and your article helped me a lot. i really like that you are providing such information. -
Please login first in order for you to submit comments
- Page :
- 1
Hello Paweł,
- Guru of the Week by Herb Sutter: http://www.gotw.ca/gotw
Helps a great deal to understand the way C++ programmers think, and to deal with intricate situations.
- "Effective C++" (book) by Scott Meyers
Not an online resource, but if you're serious about C++, you'll have to read it. It covers most of the dos and don'ts of idiomatic C++.
Regards
Moritz