Fixed Length Strings

. 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.
  • More by Author

    Get the Free Newsletter!

    Subscribe to Developer Insider for top news, trends & analysis

    Must Read