Ask your own question, for FREE!
Computer Science 16 Online
OpenStudy (anonymous):

I'm trying to define a C macro that defines a string containing a sentence identifying the current line number and the current file. This is what I have done: http://codepad.org/NzbdD7jU Is there a better way of doing it?

OpenStudy (anonymous):

i don't think

OpenStudy (anonymous):

I'm sure there is a better macro.

OpenStudy (anonymous):

if there is a way i would be very happy to know....

OpenStudy (anonymous):

nope there really isn't. of course you can do something like this printf("Line %s of file %d\n", __FILE__, __LINE__);

Can't find your answer? Make a FREE account and ask your own questions, OR help others and earn volunteer hours!

Join our real-time social learning platform and learn together with your friends!
Can't find your answer? Make a FREE account and ask your own questions, OR help others and earn volunteer hours!

Join our real-time social learning platform and learn together with your friends!