Category talk:Solutions by Programming Language: Difference between revisions

C preprocessor status
(more answers)
(C preprocessor status)
Line 1:
=CPP=
 
CPP is the C preprocessor, which is also the C++ preprocessor, which processes the macros for both languages.
Why not treat it as a language in itself? It is possible to run the preprocessor as a standalone language processor. Examples with macros in C++ and examples with macros in C (e.g., [[99 Bottles of Beer]]) seem to be either duplicates or very similar.
 
=Language vs Dialect=
 
Anonymous user