This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Query about clear function for strings


On Fri, Jul 30, 2004 at 10:50:16AM +0400, Indictrans Team wrote:
> 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.

Your message is too vague.  Can you please post an example program showing
the problem that you are having, so we can determine if it is a bug?
If you are pretty sure that it is a bug, you could file a bug report;
see 

http://gcc.gnu.org/bugs.html

for details.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]