I created a class in c++. I did not use anything as a base class to be derived from in the class wizard. is it possible to change my class to be from the string class?
if i need to make a new class in the future what do type in to make my class from a base STL class in the class wizard or the .h form itself?