hey guys,
I have an assignment which requires an abstract class to be created with three private members and two abstract members. 2 additional classes need to be created as extensions of the abstract class and thus have to have the abstract members of the super class implemented.
Anyways up until now I have purely worked in C# and Java and as you would know the above problem is ridiculously simple to implement and was just wondering if there were any decent websites that had C++ Tutorials on class definitions, inheritence, encapsulation and polymorphism etc etc.
I don't need to learn what they are, just how to do it in C++!
Thanks,
DavidC++ Tutorials (Reference from C#/Java to C++)?
Here's a great reference and tutorial website.
http://www.cplusplus.com/
Here's the language tutorial section of that same website.
http://www.cplusplus.com/doc/tutorial/
The items under the ';Object Oriented Programming'; header are what you're looking for.
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment