int MenuProcessing(int MenuSize,int MenuSelection){
int b=1;
if(MenuSelection>MenuSize){
cerr<<"You've entered an invalid option!"<<endl
<<"Try again!."<<endl;
Sleep(2000);
system("cls");
return0;
}
while(MenuSize>b){
if(MenuSelection=b){
}
}
b++;
}
int main(){
start:
int MenuSelection=0,EventStatis;
about();
MenuSelection=MenuOne();
EventStatis=MenuProcessing(6,MenuSelection);
if(EventStatis=0){
goto start;
}
return0;
}
so thats my code right.
where it says the function menuprocessing. I need a menuprocessing thingo cause i using lots and lots of menus.
so what i want is for where the
No one has posted to this discussion for at least three months. Please let old threads die and do not reply to them unless you feel you have something new and valuable to contribute that absolutely must be added to make the discussion complete. Otherwise, please start a new thread in this forum instead.