when I work in c or c++ program in vscode
when I run the program I get something like this
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
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
Can you use compile with g++ then run it? I supposed you are using CodeRunner.
Click here to cancel reply.
2
Answers
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
Can you use compile with g++ then run it? I supposed you are using CodeRunner.