M
Mike Copeland
During execution of my programs, I repeatedly initialize a number of
basic::strings to default lengths and values - usually blanks (but not
always). Currently, I create a single string variable of the largest
needed size and use it with .substr() to assign the default values.
Is there a better way? TIA
basic::strings to default lengths and values - usually blanks (but not
always). Currently, I create a single string variable of the largest
needed size and use it with .substr() to assign the default values.
Is there a better way? TIA