callmeFilip / Thinking-in-CPP-Volume-1-2nd-Edition

Homework and Classwork repository
0 stars 0 forks source link

Chapter_14 Task_09 #274

Open callmeFilip opened 3 years ago

callmeFilip commented 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*?