ianoniymous
2010-10-13 19:07:41 UTC
My question is:
Is it possible to refer to the main() function within a different function's code? I put, as one of the lines of code in a function, as follows:
/*blahblahblahblahblah*/
main();
/*blahblahblahblahblah*/
But my compiler returned an error on that line. Is it possible? And if so, what do you put as the code?