You are here: Home / LBN / Up2date / Core Linux / BastionLinux 19 / cpp-4.9.2-6.lbn19.x86_64

cpp-4.9.2-6.lbn19.x86_64

Package Attributes
RPM  cpp-4.9.2-6.lbn19.x86_64.rpm Architecture  x86_64 Size  18199070 Created  2019/09/30 06:57:12 UTC
Package Specification
Summary The C Preprocessor
Group Development/Languages
License GPLv3+ and GPLv3+ with exceptions and GPLv2+ with exceptions and LGPLv2+ and BSD
Home Page http://gcc.gnu.org
Description

Cpp is the GNU C-Compatible Compiler Preprocessor. Cpp 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, abbreviations for longer constructs.

The C preprocessor provides four separate functionalities: the inclusion of header files (files of declarations that can be substituted into your program); macro expansion (you can define macros, and 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); and 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 C programmer and you use macros.

Requires
rpmlib(PayloadFilesHavePrefix)  
rpmlib(FileDigests)  
rpmlib(CompressedFileNames)  
/bin/sh  
rpmlib(PayloadIsXz)  
/sbin/install-info  
Provides
/lib/cpp
cpp
cpp(x86-64)

Document Actions