Well today we just got the last step in our Array Project and we are going to do a vector array.
I understand the need to teach inheritance and polymorphism but seriously lets do a real world use.
First of all he had us use a generic type name for our array class so we can use any data type, which is fine but the class is set up to only use ints and doubles. So why not make it just a double type, which allows but ints and doubles.
Then we are doing this vector array thing and its just a copy of the class and 2-3 changes (just adding vector to the vars)
As far as i understand, the only difference is that it makes it dynamic.
Anyway, this is my last c++ class and we didn't touch managed c++ and GUI.
