Plus d’un million de livres à portée de main !
Bookbot

Gcc Dev Community

    GCC 7.0 CPP Reference Manual
    GCC 7.0 GNAT Reference Manual
    • GCC 7.0 GNAT Reference Manual

      • 340pages
      • 12 heures de lecture

      This manual contains useful information in writing programs using the GNAT compiler. It includes information on implementation dependent characteristics of GNAT, including all the information required by Annex M of the Ada language standard.GNAT implements Ada 95, Ada 2005 and Ada 2012, and it may also be invoked in Ada 83 compatibility mode. By default, GNAT assumes Ada 2012, but you can override with a compiler switch to explicitly specify the language version.

      GCC 7.0 GNAT Reference Manual
    • GCC 7.0 CPP Reference Manual

      • 86pages
      • 4 heures de lecture

      The C preprocessor, often known as cpp, is a macro processor that is used automatically by the C compiler to transform your program before compilation. It is called a macro processor because it allows you to define macros, which are brief abbreviations for longer constructs. This reference manual discusses the GNU C preprocessor, which provides a small superset of the features of ISO Standard C.

      GCC 7.0 CPP Reference Manual