|
Try those teach yourself series, they have one for C++. C and C++ are quite different in many aspects. Teach Yourself C++ should give you enough explaination on Inheritance, Polymorhism and all those OO ( object oriented ) concepts.
Learn to think OO, otherwise you will be just writing C code in C++ syntax.
Note :
No offense meant on C programmers out there. I'm also a C programmer and I believe both languages are great.
|