This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: linux libio solution
On Thu, Oct 09, 1997 at 08:15:57AM -0700, H.J. Lu wrote:
>
> I am not sure if it will work very. Have you tried mixed stdio/iostream
> code? Are they in sync. For Linux, cout == stdout.
>
What's so important that stdio/iostream can be mixed?
This "feature" does not work on any other platform and
has caused so much harm.
IMHO we should sacrifice it and provide to distinct implementations
for libc and libstdc++.
Robert