How do I build a vector of system::drawing::rectangle in c++?
I tried vecor of std but got an error message that mixed types are not supported. What can I do?
How do I build a vector of system::drawing::rectangle in c++? I tried vecor of
Share
You can use the
List<T>class.