GCC Manual C or C++?

Jonathan Wakely jwakely.gcc@gmail.com
Mon May 27 21:31:00 GMT 2019


On Mon, 27 May 2019 at 12:29, esoteric escape <manips88@gmail.com> wrote:
>
> Hello, I wanted to confirm:
>
> https://gcc.gnu.org/onlinedocs/gcc-7.4.0/gcc/Integers-implementation.html
>
> It quotes from C Standards but the stuff applies to C++?

It defines the C implementation, but as it says at
https://gcc.gnu.org/onlinedocs/gcc-7.4.0/gcc/C_002b_002b-Implementation.html
says that it also applies to the C++ implementation (where
applicable).

> Also, in general, is this manual I am reading applies to C or C++
> Compiler?

Both.



More information about the Gcc-help mailing list