CodeGuru content and product recommendations are editorially independent. We may make money when you click on links to our partners. Learn More.
. You can also
find this and other articles at his web site at http://www.wizsoft.com/~poul/srs/
CWizCharString – template class to hold a string of fixed maximum size.
Much faster then those with new and delete.
File CHAR_STR.H .
Class CWizConstantStringArray – obviously class implements array of constant strings.
Implements copy constructor and operator, adding strings and RemoveAll.
Files ConstantStringArray.cppand ConstantStringArray.h.