|
-
October 16th, 2012, 02:17 PM
#7
Re: Bank Project Problem
 Originally Posted by gaby32
update problem 4 sorted, i had wrong bracket above display_main_menu();
void main()
{
display_main_menu();
}
Also, while some compiler will accept void main(), they shouldn't. It's illegal syntax. main must return an int. You'd be better off getting into that habit so your code will still work on conforming compilers.
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
|