Who said c++ programs need a main routine?

May 25, 2005 10:35



#include
#include
void *main = 0;
int terminate(){exit(0);}
int q=printf("Hello world\n");
int c=terminate();

programming

Previous post Next post
Up