开发者

How can I use VS2008 to build a project like this?

I am writing a C++ project The VS2008 does not give me directory like src/bin/data... I would these folder, which src folder store the source, and bin folder store the program.

How can it be done?

开发者_JS百科

Thanks.


VS doesn't need the source files in any particular dir structure, you can have it produce the output in Debug and Release directories if you want, it's all set in the properties dialogs.

The easiest thing is to create a new empty project and then copy your code into the same directory as the main.cpp that will be created.


You can change the project's "Intermediate" and "Output" directories by going to Project Settings | General. Output Directory and Intermediate Directory are the first two options.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜