Here I have a MFC project. I want to see the console window also when I press F5. Then I can see the output.
Could I do some configuration in Project setting to enable this without changing the code?
Thanks.
[Solved]
Open the project's Property Pages dialog box. For details, see Setting Visual C++ Project Properties.
Click the Linker folder.
Click the System property page.
Modify the SubSystem property.
Console (/SUBSYSTEM:CONSOLE)