Saved Bookmarks
| 1. |
Hurry up c++ program |
|
Answer» Answer: There are 2 ways to COMPILE and run the C++ program, by menu and by shortcut. By menu Now CLICK on the compile menu then compile sub menu to compile the c++ program. Then click on the run menu then run sub menu to run the c++ program. By shortcut Or, press ctrl+f9 keys compile and run the program directly. You will see the FOLLOWING output on USER screen Explanation: You can view the user screen any time by pressing the alt+f5 keys. Now press ESC to return to the turbo c++ console. |
|