Home > database >  Each time while running a c program I need to restart vs code, what should I do?
Each time while running a c program I need to restart vs code, what should I do?

Time:05-01

I have lots of c programs coded but while running them I need to restart vs code to create .exe file of program.

CodePudding user response:

Let me tell you, There is no need to open such files again and again to run your program, You can Check your program.. in VS code itself. You can run the program in terminal.

Here are the steps to open the terminal.

  1. On the Top Ribbon on VS code click on the terminal.
  2. Then From the drop down menu click on the new terminal.
  3. From there you can run The Program and check your errors.

CodePudding user response:

Using the terminal will really help you with this. Try learning some basic terminal commands

  • Related