Directive (programming): Difference between revisions

Content deleted Content added
Jgaughan (talk | contribs)
Initial
 
Dcoetzee (talk | contribs)
m Skip redirect (assembly language)
Line 3:
==Overview==
 
Directives are used in several relatively low-level languages such as [[Assemblyassembly programming language|ASM]], [[C programming language|C]] and [[C plus plus|C++]]. In [[Assembly programmingassembly language|ASM]], directives generally tell the assembler the target platform, delineate segments, etand so alon. In [[C plus plus|C++]], directives are used for conditional compiling, macros and including other files.
 
==Examples==