S
Sonia
quick Question. Can main() function be called recursively. Anything wrong
with calling it recursively ?
Thanks
with calling it recursively ?
Thanks
Recursive `main()' is *not* legal in standard C++.Sonia said:quick Question. Can main() function be called recursively. Anything wrong
with calling it recursively ?
Sonia said:quick Question. Can main() function be called recursively. Anything wrong
with calling it recursively ?
Thanks
John said:It is specifically forbidden in C++ (for some reason that's never been
adequately explained to me).
Want to reply to this thread or ask your own question?
You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.