Hi.<P>I am stuck with an intesting problem with the string library. Let say declare a string (empty). To start out, I append a statement. Afterward, I want to append an integer and end it with a char.
What's the "standard C++" way of doing it? If memory serves, explicit casting doesn't remove the warning. The promotion is safe to do. doesn't change anything. It doesn't help much to tell me to use ...