Package : gcc-cpp > RPM : gcc-cpp-5.5.0-1.mga6.i586.rpm

Basic items

Install
Name gcc-cpp
Version 5.5.0
Release 1.mga6
URL http://gcc.gnu.org/
Group Development/C
Summary The C Preprocessor
Size 21MB
Arch i586
License GPLv3+

Description

The C preprocessor is a 'macro processor' which is used automatically
by the C compiler to transform your program before actual
compilation. It is called a macro processor because it allows
you to define 'macros,' which are abbreviations for longer
constructs.

The C preprocessor provides four separate facilities that you can use as
you see fit:

* Inclusion of header files. These are files of declarations that can be
substituted into your program.
* Macro expansion. You can define 'macros,' which are abbreviations for
arbitrary fragments of C code, and then the C preprocessor will replace
the macros with their definitions throughout the program.
* Conditional compilation. Using special preprocessing directives,
you can include or exclude parts of the program according to various
conditions.
* Line control. If you use a program to combine or rearrange source files
into an intermediate file which is then compiled, you can use line
control to inform the compiler about where each source line originated.

You should install this package if you are a programmer who is searching for
such a macro processor.

Media information

Distribution release Mageia 6
Media name core-updates
Media arch i586

Advanced items

Source RPM gcc-5.5.0-1.mga6.src.rpm
Build time 2018-02-04 12:59:18
Changelog View in Sophie
Files View in Sophie
Dependencies View in Sophie