Is there a way to have an "embedded" console windows in VisualStudio 2017?
Basically what I want is when I hit F5 / Ctrl-F5, I don't want a separate cmd console to pop up, but rather have the program display the output to an embedded console, like the "Output" pane.
I have found this but the question is pretty old itself and the answers involve writing a hack to do it, not checking a box in Options or something along those lines.
Is it possible, without using code to hack it in, to redirect the output so I only have to work with one window, the VS one?
If it matters, I need this for a C++ project.
Thanks!