skip to Main Content

when I work in c or c++ program in vscode

when I run the program I get something like this

enter image description here

my question

Can I just see the output only, I don’t want to see the part I marked in red.

How can it be done in vscode?

I want to see the part I marked in yellow only

2

Answers


  1. It’s sufficent to switch from the terminal console to the output window and running the code using the arrow in the top right of the IDE

    Login or Signup to reply.
  2. Can you use compile with g++ then run it? I supposed you are using CodeRunner.

    Login or Signup to reply.
Please signup or login to give your own answer.
Back To Top
Search