
13 Feb
2013
13 Feb
'13
3:01 p.m.
2013/2/13 Adam Badura
Is it possible to use preprocessor to generate #include directives (or in any other way include the files)?
For example if I would have a sequence of strings (being file paths) what to do to include all those files? It is possible at all?
I guess, if it's possible, it may look like:
#define INCLUDE_FILES(prefix, (f1)(f2)..., postfix)
#include