Monday 25 February 2019

How to start object orient programming in C++?



Possible Duplicate:
The Definitive C++ Book Guide and List






Basically I am from C, Embedded C field. After working for 5 yrs in this field, I would like to start C++. Now, I have started learning C++. But the Class concept is not clicking in my head.
Please suggest me how should I start Class concept or some good and simple website where I can start C++ easily.
And please suggest me some good C++ problems (Websites where I can find some C++ exercises).

No comments:

Post a Comment

php - file_get_contents shows unexpected output while reading a file

I want to output an inline jpg image as a base64 encoded string, however when I do this : $contents = file_get_contents($filename); print &q...