Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to start object oriented programming in C++? [duplicate]

Tags:

c++

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

Basically I am from C, Embedded C field. After working for 5 years 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).

like image 283
Rasmi Ranjan Nayak Avatar asked Feb 10 '12 08:02

Rasmi Ranjan Nayak


1 Answers

Have a look at Definitive C++ Book Guide. Since you have a C background I'd recommend "Accelerated C++" by Koenig and Moo, because it shows code in Modern C++ ideoms from the start. this will probably help you focus on the differences between C and C++ and show you which parts of your C habits you will have to unlearn.

like image 66
Fabio Fracassi Avatar answered Oct 14 '22 01:10

Fabio Fracassi