Thread: Why?
View Single Post
Old 09-11-2005, 06:36 PM   #1 (permalink)
bradleyc
Registered User
 
Join Date: Aug 2005
Posts: 17
bradleyc is on a distinguished road
Why?

Code:
           else
       	  {
           cout << "                      " << endl;
           cout << "  -- New Record --    " << endl;
           cout << "  What is the Video Number?: ";
           cin >> videoLib[location1].videoNum;
           cout << "  What is the Video Name?: ";
           cin.getline(videoLib[location2].videoName, 30);
           cin.ignore();
           displayMenu();
Why doesnt it go back to the displayMenu() module?
bradleyc is offline   Reply With Quote