Things You'll Need:
- Visual C++
- Visual C++ reference guide
-
Step 1
Start Visual C++ on your computer. When you do this, you will be able to see how each of the areas is arranged and how you can manipulate them.
-
Step 2
Create areas so that you have customized the Developer Studio environment that is functional for you--this is your workspace.
-
Step 3
Learn about your workspace window pane on the left side of your screen. This is where you will navigate within your projects.
-
Step 4
Realize that your output pane is open even if you don't see it right away. It will appear at the bottom of the Developer Studio environment when you create your first application.
-
Step 5
Find the "Editor" area on the right side of your screen. In Visual C++ this is where you will correct all your code.
-
Step 6
Run Visual C++ for the first time and see 3 toolbars appear. These three toolbars will appear underneath the menu bar.
-
Step 7
Undertake your first application. Practice is the only way to learn Visual C++.














