In this tutorial I'll make a vector class. With this class I would like to make everything clear for you about the object oriented programming.
In this example we won't use any "advanced" OOP like inheritance, just those, what we have learned until now, like dynamic memory handling, operator overloading, member functions, constructors, destructors...
If you want to implement the member class from the original vector class, than let's do it, it's a great excercise.
Link to this comment:
All Comments (0)