This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Query about clear function for strings
- From: "Indictrans Team" <indictrans at fastmail dot fm>
- To: gcc at gcc dot gnu dot org
- Date: Fri, 30 Jul 2004 10:50:16 +0400
- Subject: Query about clear function for strings
respected sir,
I have compiled c++ code using gcc compiler on
windows xp platform.It compiles all functions exept
clear function for strings.If instead of clear
function, all string characters are replaced by '\0'
or string is erased from positon 0 to string length
or string equals to "" did not solve the problem.
Please suggest some remedy.
Thanking You.