browse words by letter
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
preprocessor |
1 definition found From The Free On-line Dictionary of Computing (13 Mar 01) [foldoc]: preprocessor A program invoked by various {compiler}s to process code before compilation. For example, the {C} preprocessor, {cpp}, handles textual {macro} substitution, {conditional compilation} and inclusion of other files. A preprocessor may be used to transform a program into a simpler language, e.g. to transform {C++} into {C}. (1994-11-09)