Name: Anonymous 2012-01-21 14:56
is this in the standard?
can you simply concat strings like this in compile time? and # gives us name of the operand in a macro? holy shit, never heard of this before
#define TEST(a,b) printf(" The value of " " = " #b " \n", a)can you simply concat strings like this in compile time? and # gives us name of the operand in a macro? holy shit, never heard of this before