Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you may not be able to execute some actions.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
Guten Tag,
kennt ihr eine Möglichkeit
#define f(x) (x+1)
als Flag an den Compiler zu übergeben? "-D f(x)=(x+1) hat leider nicht funktioniert.
Danke.
-D "f(x) (x + 1)"
?
Danke!