Compilation Directives could help you to make your code multi-platform or even cross-compiled.
Introduction
Compilation directives are powerful commands that developers could use to customize how the compiler works.
These directives pass parameters to the compiler, stating the
arguments of the compilation,
how must be compiled, a
Weiterlesen...