
14 Feb
2013
14 Feb
'13
12:20 a.m.
On 2/13/2013 6:43 AM, Adam Badura wrote:
Is it possible to use preprocessor to generate #include directives (or in any other way include the files)?
No it is not possible. You cannot define a macro which expands to other another macro definition or any other basic preprocessor construct, including the #include.