keyboard controlTry using return instead of exit: [code] cout << "Goodbye!"; system("PAUSE") ; return EXIT_SUCCESS;...
Visual C++ 2010 Express, need help! Beginner C++ programmerYou are asking a broad question. Try narrowing down your problem so someone can understand and try t...
MenusDo you have to use all of this code enable to write the menu ? [code] string str; vector<string> cho...
MenusCan I use a switch instead of a string ? Or is that not efficient ?
MenusHow do you select multiple cases at once ? For example, if someone wanted to select meat, vegetables...
This user does not accept Private Messages