Hello everyone!
I got a question:
I want to use a macro in a GLUT function, i.a.:
#define CURRENT_DATE (23. May 2002)
and want to use it within the glutCreateWindow();
How to use it? My compiler won't allow me
glutCreateWindow("Current date is: "CURRENT_DATE);
I can't find any information about it...
please help me!
Moritz




