SoftwareSphere Home

MFCPlus Class Library

Package MFXString

Classes for string manipulation.

CFmtString Derived string class for making strings with specified format like printf function.
CResString Class to load a string from the string resources of the application.
CStringBuffer Class to make operations like append on a string in a fixed buffer to avoid memory reallocations.
CStringCollection Class that creates a searchable collection of strings.
CStringCounter Class to count the instances of equal strings.
CStringSet Class that creates a set of strings with functions to lookup strings.
CStringTokenizer Class to perform string tokenizing with custom delimiters and some other rules.