Difference between Windows and Console application

后端 未结 7 1806
别跟我提以往
别跟我提以往 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:45

    Message Loop is also one of the difference:

    http://en.wikipedia.org/wiki/Message_loop_in_Microsoft_Windows

提交回复
热议问题