Content deleted Content added
m Add Importance of Preprocessor directives Tag: Reverted |
Locke Cole (talk | contribs) m Reverted edit by Suvadeephalder (talk) to last version by 72.255.58.243 |
||
Line 11:
In [[C (programming language)|C]] and [[C++]], the language supports a simple [[Macro (computer science)|macro]] [[preprocessor]]. Source lines that should be handled by the preprocessor, such as <code>#define</code> and <code>#include</code> are referred to as ''preprocessor directives''.
Syntactic constructs similar to C's preprocessor directives, such as [[C Sharp (programming language)|C#]]'s <code>#if</code>, are also typically called "directives", although in these cases there may not be any real preprocessing phase involved.
Line 102 ⟶ 101:
==External links==
* [http://www.openmp.org OpenMP Website]
* [http://www.openacc.org OpenACC Website]
* [https://web.archive.org/web/20130616205308/http://openhmpp.org/ OpenHMPP Website]
{{DEFAULTSORT:Directive (Programming)}}
|