Difference between Windows and Console application

后端 未结 7 1683
别跟我提以往
别跟我提以往 2020-11-27 04:10

What differences are there between Windows and Console applications ?

When creating a new project in Visual C++ , it asks to choose either of the above .

相关标签:
7条回答
  • 2020-11-27 04:46

    You can change the Subsystem with the EDITBIN.exe (MSDN Entry on EDITBIN.exe)

    0 讨论(0)
提交回复
热议问题