Originally posted by: Gunter Nagel
Hi folks,
I just want to correct one fault in this very good site: A constructor constructs an object from a class. A class is a description, how an object of this class looks likes and what methods can be used with the object. The object is a "thing" you can "tough".
ReplyOriginally posted by: ziego
thanks a lotz! I really need this stuff
Originally posted by: CodeTriCk
I agree with Mackrune..
You really need to sit down and do a whole tutorial on C++ and classes if you want to move further in coding.
Originally posted by: mackrune
One cannot expect to learn C++ and classes in one web page, but it seems you have at least tried...
Ofcourse this would never work, since one cannot inherit private members, so if you don't know c++ i suggest checking out a tutorial (like the one at www.cplusplus.com)
Great MFC tutorial anyway though
ReplyOriginally posted by: Shankar
Very nice tutorial, better than big fat books.
ReplyOriginally posted by: Bharath
great work....to the point,crisp.a great way to start
ReplyOriginally posted by: darral walker
Exellent explaination of classes. However, I would love to get some info on including the 4 classes inside a class.
Are these class declarations with a single member function or is the old class being used as 4 member functions?
ReplyOriginally posted by: Srinivas
I should really appreciate the author for providing such a brief and potential tutorial for VC++ beginners. It helped me to clearly understand the concept behind OOP with a cute example given. Reading this is equivalent to reading 30-40 pages in a C++ primer book to understand the same concepts.
Reply