You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/ide/using-the-visual-studio-ide-for-cpp-desktop-development.md
+31-25Lines changed: 31 additions & 25 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -35,28 +35,34 @@ translation.priority.ht:
35
35
- "zh-tw"
36
36
---
37
37
# Using the Visual Studio IDE for C++ Desktop Development
38
-
The [!INCLUDE[vsprvs](../assembler/masm/includes/vsprvs_md.md)] Integrated Development Environment (IDE) offers a set of tools that help you write and modify code, and also detect and correct errors.
39
-
40
-
In the articles in this section of the documentation, you create a standard C++ program and test its functionality by using features in [!INCLUDE[vsprvs](../assembler/masm/includes/vsprvs_md.md)]. The basic program that you create tracks how many players are playing different card games.
41
-
42
-
Here are the articles:
43
-
44
-
-[Walkthrough: Working with Projects and Solutions (C++)](../ide/walkthrough-working-with-projects-and-solutions-cpp.md)
45
-
46
-
-[Walkthrough: Building a Project (C++)](../ide/walkthrough-building-a-project-cpp.md)
47
-
48
-
-[Walkthrough: Testing a Project (C++)](../ide/walkthrough-testing-a-project-cpp.md)
49
-
50
-
-[Walkthrough: Debugging a Project (C++)](../ide/walkthrough-debugging-a-project-cpp.md)
51
-
52
-
-[Walkthrough: Deploying Your Program (C++)](../ide/walkthrough-deploying-your-program-cpp.md)
53
-
54
-
## Prerequisites
55
-
This topic assumes that you understand the fundamentals of the C++ language.
56
-
57
-
## Next Steps
58
-
**Previous:**[Visual C++ Guided Tour](http://msdn.microsoft.com/en-us/499cb66f-7df1-45d6-8b6b-33d94fd1f17c)|**Next:**[Walkthrough: Working with Projects and Solutions (C++)](../ide/walkthrough-working-with-projects-and-solutions-cpp.md)
59
-
60
-
## See Also
61
-
[Visual C++ Guided Tour](http://msdn.microsoft.com/en-us/499cb66f-7df1-45d6-8b6b-33d94fd1f17c)
62
-
[Application Development in Visual Studio](http://msdn.microsoft.com/en-us/97490c1b-a247-41fb-8f2c-bc4c201eff68)
38
+
39
+
The Visual Studio Integrated Development Environment (IDE) offers a set of features that help you manage large and small code projects, write and refactor your code, and detect and correct errors by using both static analysis and powerful debugging tools. This set of articles is designed to walk you through each step you'll need to manage your projects, write, test, and debug your code, and then deploy it to another computer.
40
+
41
+
## Prerequisites
42
+
43
+
If you haven't installed Visual Studio yet, now is the time. To get Visual Studio, you can download it from [Visual Studio Downloads](http://www.visualstudio.com/downloads/download-visual-studio-vs.aspx). Be sure to include the Visual C++ development tools when you install Visual Studio, because they are not installed by default. For more information about how to install Visual Studio, see []().
44
+
45
+
These walkthroughs assume that you have installed Visual Studio and the Visual C++ language and components required for Windows Desktop development. We also assume you understand the fundamentals of the C++ language. If you need to learn C++, there are many books and web resources available. One good place to start is the [Get Started](https://isocpp.org/get-started) page of the Standard C++ Foundation website.
46
+
47
+
Once your Visual Studio installation is complete, you are ready to continue.
48
+
49
+
## Get Started
50
+
51
+
To get started using the Visual Studio IDE to build C++ apps, work through each of these topics in order. Each one builds on the work you completed in the previous topics:
52
+
53
+
-[Walkthrough: Working with Projects and Solutions (C++)](../ide/walkthrough-working-with-projects-and-solutions-cpp.md)
54
+
55
+
-[Walkthrough: Building a Project (C++)](../ide/walkthrough-building-a-project-cpp.md)
56
+
57
+
-[Walkthrough: Testing a Project (C++)](../ide/walkthrough-testing-a-project-cpp.md)
58
+
59
+
-[Walkthrough: Debugging a Project (C++)](../ide/walkthrough-debugging-a-project-cpp.md)
60
+
61
+
-[Walkthrough: Deploying Your Program (C++)](../ide/walkthrough-deploying-your-program-cpp.md)
62
+
63
+
## Next Steps
64
+
65
+
Once you've completed these walkthroughs, you're ready to start building your own projects. For more information and resources for Visual C++ development, see [Visual C++ in Visual Studio](https://msdn.microsoft.com/library/60k1461a.aspx).
66
+
67
+
## See Also
68
+
[Application Development in Visual Studio](http://msdn.microsoft.com/en-us/97490c1b-a247-41fb-8f2c-bc4c201eff68)
0 commit comments