Basically my problem is as follows. I ahve a piece of code like so:
cout << "Please make your selection:\n1. Encrypt Code\n2. Decrypt Code\n3.Exit\n\n";
menuchoice = getch();
however the program goes to get the character before displaying the contents of the menu. How do I resolve this problem? Thanks in advance.
Warren Brown
wazzer@btinternet.com
cout << "Please make your selection:\n1. Encrypt Code\n2. Decrypt Code\n3.Exit\n\n";
menuchoice = getch();
however the program goes to get the character before displaying the contents of the menu. How do I resolve this problem? Thanks in advance.
Warren Brown
wazzer@btinternet.com