且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

如何创建控制台应用程序的 exe

更新时间:2023-10-18 11:46:10

一个 EXE 文件会在您构建项目时创建.您通常可以在项目的调试文件夹中找到它.

an EXE file is created as long as you build the project. you can usually find this on the debug folder of you project.

C:\Users\username\Documents\Visual Studio 2012\Projects\ProjectName\bin\Debug