Visual Studio 2015 doesn#39;t have cl.exe(Visual Studio 2015 没有 cl.exe)
问题描述
我下载了 Visual C++ 和 Visual Studio,但找不到 cl.exe
来编译我的 C++ 文件.安装路径为`C:Program Files (x86)Microsoft Visual Studio 14.0VCin.
I downloaded Visual C++ and Visual Studio, but I cannot find cl.exe
to compile my C++ file. The path to the install is `C:Program Files (x86)Microsoft Visual Studio 14.0VCin.
在哪里可以找到编译 C++ 代码的编译器?
Where can I find the compiler to compile C++ code?
推荐答案
Visual Studio 2015 默认不安装 C++.您必须重新运行安装程序,选择修改,然后检查编程语言 -> C++
Visual Studio 2015 doesn't install C++ by default. You have to rerun the setup, select Modify and then check Programming Language -> C++
这篇关于Visual Studio 2015 没有 cl.exe的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!
本文标题为:Visual Studio 2015 没有 cl.exe


- 近似搜索的工作原理 2021-01-01
- 从python回调到c++的选项 2022-11-16
- C++ 协变模板 2021-01-01
- 与 int by int 相比,为什么执行 float by float 矩阵乘法更快? 2021-01-01
- Stroustrup 的 Simple_window.h 2022-01-01
- 使用/clr 时出现 LNK2022 错误 2022-01-01
- STL 中有 dereference_iterator 吗? 2022-01-01
- 一起使用 MPI 和 OpenCV 时出现分段错误 2022-01-01
- 如何对自定义类的向量使用std::find()? 2022-11-07
- 静态初始化顺序失败 2022-01-01