Compile And Run C++ Program | How to compile and run the C++ program - Learn C++ , C++ Tutorial , C++ programming



How to compile and run the C++ program

  • 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.
 c++ how to complie
  • You can view the user screen any time by pressing the alt+f5 keys.
  • Now press Esc to return to the turbo C++ console.

Related Searches to Compiler C++ | How to compile and run the C++ program