Jan 04 2009
C++ REMEDIES FOR YOU
C++ is one of the most handy and most interesting programming languages. It is nothing but the extended version of the C. But the major difference between C and C++ is that C is a procedural language but C++ follows the object-oriented paradigms. However the general procedures, syntaxes for writing programs in C++ are almost same with those of the C but C++ overcomes most of the shortcomings of C.
Object oriented programming (OOP) simply means the implementation and utilization of a number of concepts such as classes, objects, encapsulation, polymorphism, function-overloading, operator-overloading, virtual function, inheritance etc. All of these features are available in C++. Recently Microsoft have developed MFC, the acronym for Microsoft Foundation Class Library, that is a collection of a set of C++ versions of Windows API functions. Thus, now a day C++ is very important in case of Windows Programming too.
Lots of websites, tutorials are available to help the beginners to learn C++ and to assist the intermediates to develop clearer concepts. The followings were very helpful in my case:
1. http://intro2cpp.tripod.com/
2. http://www.cs.washington.edu/homes/tom/c++example/c++.pdf
3. http://www.functionx.com/cpp/
4. http://www.cplusplus.com/doc/tutorial/
5. http://www.cs.wustl.edu/~schmidt/C++/index.html
Hope, these websites will be useful to you. Keep in touch with my blog to get more interesting websites from later post. Good Bye.



Nice post, with good usefull links.
Also read : http://coding.today.com/