Hey I'm new to c++ and I have to make a user input the number, and whatever number that person chooses(1-5) will send them to the area that corresponds with that number. I don't really know how to do it, so can anyone show me or tell me what to do? Feel free to ask any questions. Thanks!
Code below:
cout << "1.Input New Employee"; endl;
cout << "2.Search For Employee By ID Number"; endl;
cout << "3.Edit Existing Employee Information"; endl;
cout << "4.Display all Employees"; endl;
cout << "5.EXIT";endl;
P.S: Now I get this error message"Statement cannot resolve address of overload function" can anyone tell me how to fix it? Thanks