Being a new user of Visual Studio Community (2017), I had the bad surprise to find that my C++ console application runs in a console external to the IDE.
So I would like to know how to make my program run directly in the IDE, as it is the case for Eclipse, VSCODE, IntelliJi etc....
I have already tried the proposed solution on this subject: How do you run a console application in the Visual Studio output window, instead of opening a new command prompt? but it doesn't work for my version of VSC (2017).
I would like to know if it's possible with my version and, if yes, what changes must be done with the configuration of the IDE.