I am facing problems while using std::string and std::stringstream.
The string object is getting corrupted if the size of the string is increased.
The program is getting corrupted on executing the stringstream related instruction.
Any specific switches need to be enabled to use these C++ classes
I am using CCS V 3.3
Harish