User Input in VS Code with Code Runner|| INTEGRATED TERMINAL || || Visual Studio Code

In this blog,  we will be solving a issue that comes when we try to write a input in beginning of Programing with VS Code  - User Input in VS Code with Code Runner|


 Well , after installation of VS Code with C++ and MinGW , for the beginning of programming , no issue 


arises but as soon as  we write some little bit of complex program asking the user the user , we come across a major problem and that is not being  able to give input so how we will test our program. 

The reason behind this is the program runs in Output Panel by default and Output Panel is Read Only .

So , as the above image gives hint for the solution , we use Terminal instead of Output Panel.

Terminal not only provide us right to enter input but also some additional quintessential features .

So , the question arises is how to run program in Terminal . Also, do we need to run program in terminal every time or is there way  to automate this .



To answer , this query I already have uploaded Video on CodePlay

Watch complete video explaining solution 


Comments

Popular posts from this blog

How to Set-Up VS Code with C++ Development Environment || CodePlay

Codechef Starter 25 Division 3(Rated) Solved and Explained || CodePlayJatin