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  

Previous page Home chapter Next page

Downtown Programmer's Corner   -   Demos

C

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 (# 20110706.2122 mht pdf png ).

Links

.

Books

Book: Das JavaScript Codebook # 19890423.1234 # 19891006.2100 # 19920421.1425 # 20110620.1521

Imprint : www.trilo.de/imprint.html