Sem 3‎ > ‎OOPS (C++) LAB‎ > ‎

0 Keyboard Shortcuts.

posted Jul 28, 2011, 7:50 AM by Neil Mathew   [ updated Jul 28, 2011, 8:28 AM ]

Turbo C++ Shortcuts:


Ctrl+INS : Copy.

Shift+INS : Paste.

F10 : Open Menu.
 (Then use TAB/Arrow Keys and Enter to move around)

F2 : Save Program.

F3 : Open Program.

Alt+F9 : Compile program.

Alt+F5 : Show Output.

Crtl+F9 :

Under Turbo C++:     Runs program.
Under DOSBOX:       Terminate itself. 

Now there are a few differences between what I should expect based on info from the Net,
 and how it actually turns out in our amity labs. 

CTRL + F9 - Displays a Black Screen with a blinking cursor. 
No keys work, and CTRL+ALT+DEL restarts the PC.

However, I noticed CTRL + F (1-12) switches between various windows within DOSBox. 
To return to Turbo C++ when screen shows up blank, click CTRL + F7.


Other Info:

[ 1 ] To minimize the DOSBox, and return to Linux:

CTRL + F1 : Shows the keymapper configuration screen

But, it takes you out of the application and into Linux OS. 
When you're done, just click exit on the screen, and it returns to Turbo C++


[ 2 ] To find the .CPP Source Code on Linux,

File System > home > student > program > dos


[ 3 ] How to navigate within Turbo C++ when the mouse pointer no longer works.

F10 : Open Menu.

 Then use Arrow keys and Enter to choose your menu item.