VS2017单纯的文件能编译吗?
VS2017能跟其他IDE比如codeblock或者devc++那样不用新建工程只需要新建源代码然后直接编译吗? 不能 如果你愿意,可以使用cmd 安装了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]