Difference between Windows and Console application

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

    Console application runs from a windows command line (start / run / cmd)

    A Window application is preset so you can program a GUI application that runs within the Windows environment.

提交回复
热议问题