御笔剑客 发表于 2018-1-20 23:18:52

VS2017单纯的文件能编译吗?

VS2017能跟其他IDE比如codeblock或者devc++那样不用新建工程只需要新建源代码然后直接编译吗?

人造人 发表于 2018-1-20 23:58:08

不能

人造人 发表于 2018-1-20 23:58:44

如果你愿意,可以使用cmd

人造人 发表于 2018-1-21 00:01:42

安装了vs2017,就会有 x86 Native Tools Command Prompt for VS 2017

**********************************************************************
** Visual Studio 2017 Developer Command Prompt v15.5.3
** Copyright (c) 2017 Microsoft Corporation
**********************************************************************
Environment initialized for: 'x86'

c:\Temp>cl main.c
用于 x86 的 Microsoft (R) C/C++ 优化编译器 19.12.25834 版
版权所有(C) Microsoft Corporation。保留所有权利。

main.c
Microsoft (R) Incremental Linker Version 14.12.25834.0
Copyright (C) Microsoft Corporation.All rights reserved.

/out:main.exe
main.obj

c:\Temp>main.exe
hello world!

c:\Temp>
页: [1]
查看完整版本: VS2017单纯的文件能编译吗?