Rogue Wave banner
Previous fileTop of DocumentContentsIndexNext file

2.7 Strings in Money.h++

Strings are used throughout Money.h++, primarily as a means of providing input to and output from the decimal classes. For example, you can construct a decimal object from a string, and when you format it using the RWDecimalFormat class, a string containing the formatted number is returned.

Rather than burden users with the use of character pointers and buffers, we have chosen instead to use the Rogue Wave string class, RWCString. This class provides flexible and efficient string manipulation.


Previous fileTop of DocumentContentsIndexNext file

©Copyright 1999, Rogue Wave Software, Inc.
Contact Rogue Wave about documentation or support issues.