I am now learning to create functions. I have read the tutorial on this site and several others. I have not been able to find any guidance though as to how to creat a function that returns a menu. The menu is basic:
Code:cout << "************************" << endl; //menu for options cout << "* A - Addition *" << endl; cout << "* B - Subtraction *" << endl; cout << "* C - Multiplication *" << endl; cout << "* D - Division *" << endl; cout << "* E - Random problems *" << endl; cout << "* F - Quit *" << endl; cout << "************************" << endl;



LinkBack URL
About LinkBacks



