C preprocessor: Difference between revisions

Content deleted Content added
No edit summary
Line 373:
 
==Phase out==
Due to its limitations and lack of type safety (as the preprocessor is completely oblivious to C/C++ grammar, performing only text substitutions), C and C++ language features have been added over the years to minimize the value and need for the preprocessor.
 
;Constant