Create an Application without a Window

后端 未结 7 1439
一个人的身影
一个人的身影 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:11

    Use Visual Studio wizard to create the Win32 Application. But don't create the window i.e., you remove the window creation function. Alternatively we can create Win Service application.

提交回复
热议问题