Create an Application without a Window

后端 未结 7 1448
一个人的身影
一个人的身影 2020-11-28 09:15

How would you program a C/C++ application that could run without opening a window or console?

7条回答
  •  广开言路
    2020-11-28 10:01

    If you are using MSVC or Visual Studio just use the new Project Wizard and select the Console Application.

提交回复
热议问题