|
-
January 28th, 2004, 06:20 AM
#1
Problem with me logics again
Ok guy's from my understanding you can call the main() function from any other function are i'm correct in saying this
example.
int displaymenu(int a)
{
// main menu is display
now return back to main();
}
main()
{
displaymenu();
}
would the above work if so why and if not why
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|