S

StackString

This library was written to accommodate a need for a string class but without the (memory) disadvantages that regular std::string brings. The StackString object can hold different sized strings of which the maximum size is defined at compile-time.