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]

Re: -ansi vs. V3


> Date: Tue, 06 Feb 2001 19:58:52 -0500
> From: Tom Leete <tleete@mountain.net>
> To: Mark Mitchell <mark@codesourcery.com>

> Strict ansi C++ should require the use of, eg.:
> #include <cstdio>
> rather than
> #include <stdio.h>

?  What do you mean?  Do you mean that stdio.h is not supported by the
C++ language standard, or what you wish the standard said, or
something else?

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