This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: G++
- To: coldwater at uol dot com dot br, gcc at gcc dot gnu dot org
- Subject: Re: G++
- From: Mike Stump <mrs at windriver dot com>
- Date: Wed, 27 Dec 2000 13:21:39 -0800 (PST)
> From: "ColdWater" <coldwater@uol.com.br>
> To: "GCC GNU" <gcc@gcc.gnu.org>
> Date: Tue, 26 Dec 2000 13:34:12 -0200
> Can some tell me if the g++ has any bugs in binary output? I was
> trying some code with it (ASCII) and it doesn't seem to work
> properlly. The file keeps with 0 bytes in lenght.
> I wouldn't like to report it as a bug "yet", since I'm not sure.
Please don't send html.
Nope, not that we are aware of. If you want help programming in C++,
comp.lang.c++ is a betetr place than here, if you think there is a
bug, just wrap it up, and submit a bug report. It helps if you try
and verify that the behavior you see violates a requirement specified
in the language standard, or at least some book on C++.
Thanks, and happy hacking.