|
Home - Computerkurs Demos Editpointstatic Folderwatcher Gipsydrive Licenses Shrinkseries V4 More... All Asm Bas C C++ C# Couch CSS HTML Java JS Lisp OPAL PHP Perl PS Py SQL Win |
|
Downtown Programmer's Corner - Demos
C ...
.
.
.
.
.
Preprocessor
# pragma The pragma defines compilerspecific options. E.g. in Borland C++ generated CPP files, every file contains # pragma hdrfile in the upper part, which enables a special optimisation with using precompiled headers. Above that line are all header file includes common to all CPP files, below this line those header files which are specific for that file. More detailled explanation gives e.g. Dr. Gerhard Müller at www.imb-jena.de/~gmueller/kurse/c_c++/c_pragma.html .
.
Imprint : www.trilo.de/imprint.html