Open callmeFilip opened 3 years ago
Inherit a class StringVector from vector<void> and redefine the push_back( ) and operator[] member functions to accept and produce string. What happens if you try to push_back( ) a void*?
Inherit a class StringVector from vector<void> and redefine the push_back( ) and operator[] member functions to accept and produce string. What happens if you try to push_back( ) a void*?