问题描述
无法使编译器工作,我是否需要单独下载? 如果是这样的话?
Cant make the compiler work , do i need to download one separate? if so which one?
新编码=)
推荐答案
新编码=)
> new to coding =)
提醒一句 - 你永远无法学习如何编程
论坛帖子。你需要做很多阅读 - 书籍,教程,b
等。或者选修课程,或者找个人导师等。
>无法使编译器正常工作,
您尝试了什么?
>我需要单独下载吗?
$
否,但在安装VS时必须选择C ++。
Tell我们:
$
您安装的Visual Studio版本。
您想要什么样的程序无。是否要使用IDE或从命令行编译。
快速入门:首先查看Visual Studio IDE
https://docs.microsoft.com/en-gb/visualstudio/ide/quickstart-ide-orientation
另请查看快速入门页面左侧的链接。
另请参阅:
$
Visual Studio IDE概述
$
在Visual Stud中开始使用C ++ io
https://docs.microsoft.com/en-gb/visualstudio/ide/getting-started-with-cpp-in-visual-studio
"你不需要熟悉C ++就可以完成这个快速入门,但是你需要熟悉一些常规编程。
和调试概念。
Visual Studio文档没有教你如何用C ++编程。
C ++学习资源的一个很好的指南是
上的Get Started页面
ISO C ++网站。"
- Wayne
>new to coding =)
A word of caution - you will never be able to learn how to program from
forum posts alone. You will need to do a lot of reading - books, tutorials,
etc. Or take a course, or get a personal tutor, etc.
>Cant make the compiler work ,
What did you try?
>do i need to download one separate?
No, but you must select C++ when installing VS.
Tell us:
Which version of Visual Studio you have installed.
What kind of program you want to create.
Whether you want to use the IDE or compile from the command line.
Quickstart: First look at the Visual Studio IDE
https://docs.microsoft.com/en-gb/visualstudio/ide/quickstart-ide-orientation
Also check out the Quickstarts links at the left of that page.
Also see:
Visual Studio IDE overview
https://docs.microsoft.com/en-gb/visualstudio/ide/visual-studio-ide
Get Started with C++ in Visual Studio
https://docs.microsoft.com/en-gb/visualstudio/ide/getting-started-with-cpp-in-visual-studio
"You don't need to be familiar with C++ to complete this quickstart, but
you should be familiar with some general programming and debugging concepts.
The Visual Studio documentation doesn't teach you how to program in C++.
A good guide to C++ learning resources is the Get Started page on the
ISO C++ website."
- Wayne
这篇关于我如何在visual studio中使用编译器的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!