Part
Compiler Directive: An Integral Part of Every Programming Language
A compiler directive, also called as a pre-processor directive, is an instruction to the compiler to perform or complete a specific programming task during compilation. While in the preprocessor step, the compiler looks for a compiler directive and then processes the tasks when encountered. After performing the tasks, the compiler checks for any syntax errors. [...]
Tags: Compiler, Directive, Every, Integral, Language, Part, Programming
Posted in: vb.net programming | No Comments »