Thread: Help!
View Single Post
Old 02-16-2001, 06:53 PM   #2
earlboy
Member (7 bit)
 
Join Date: Jul 2000
Location: Australia
Posts: 97
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.
earlboy is offline   Reply With Quote