Hi,
I'm a C++="C with classes" kind of guy and was wondering if anyone felt like
making the case that STL Vectors are in any way better than my home-brewed,
memmove()-heavy dynamic array class (ignoring the it's-a-standard point).
Thanks,
Jay
I'm a C++="C with classes" kind of guy and was wondering if anyone felt like
making the case that STL Vectors are in any way better than my home-brewed,
memmove()-heavy dynamic array class (ignoring the it's-a-standard point).
Thanks,
Jay
Comment