SlideShare a Scribd company logo
Microsoft Visual Studio C++ Express Edition 2008 – How to create a Project Creating an environment for you to write, test, run and debug your code. Assumption that Microsoft Visual Studio C++ Express Edition 2008 is successfully installed.
To start…. Open Microsoft Visual Studio C++ Express Edition. Click on File, then New, and Project as shown on the following screen (this screen shot is directly from the Microsoft Visual Studio C++ Express Edition 2008).
 
On the Project Screen Now enter the following information as shown on the following screen (this screen shot is directly from the Microsoft Visual Studio C++ Express Edition 2008). Project Type - CLR Visual Studio Installed Templates – Empty Project File Name and Location
 
Adding a new item to your Project Add the information below to add an item to your Project as shown on the following screen (this screen shot is directly from the Microsoft Visual Studio C++ Express Edition 2008). Add new item Select C++ file (.cpp) Name and Location
 
Now you have a working environment. Now you have an environment shown in the following screen where you will be able to write, test, run and debug your code.
 
CONGRATULATIONS!

More Related Content

PPTX
Lab task 1
PDF
Console Application Using Visual C/C++
PDF
Windows Communication Foundation (WCF) programming using Visual Studio
PPTX
exe in MatLab
PDF
Starting cilk development on windows
PDF
Visual studio 2012
PPTX
Deployment options for mule applications
PPTX
Automatic exporting document
Lab task 1
Console Application Using Visual C/C++
Windows Communication Foundation (WCF) programming using Visual Studio
exe in MatLab
Starting cilk development on windows
Visual studio 2012
Deployment options for mule applications
Automatic exporting document

What's hot (10)

PDF
Asp 2-createaspnetmvc
PPTX
Cloud hub deployment
PDF
AKiOSMagic Manual
PDF
Steps how to create active x using visual studio 2008
PDF
Cp e 214_appendix_c
PPTX
IBM cognos work space configuration.pptx
PPTX
Securing api with_o_auth2
PPTX
Android course (lecture2)
PDF
Simple Drag and drop in C#
DOCX
Set up vs code for salesforce
Asp 2-createaspnetmvc
Cloud hub deployment
AKiOSMagic Manual
Steps how to create active x using visual studio 2008
Cp e 214_appendix_c
IBM cognos work space configuration.pptx
Securing api with_o_auth2
Android course (lecture2)
Simple Drag and drop in C#
Set up vs code for salesforce
Ad

Similar to Microsoft VS C++ Add a project (20)

PDF
Jdkeclipsevs
PPTX
M365 global developer bootcamp 2019
PPT
Getting started with code composer studio v4 for tms320 f2812
PPTX
Visual studio 2017 - What's New
DOC
Csharp Hands On Lab Paul Yao
DOC
CIS 170 Focus Dreams/newtonhelp.com
DOCX
Cis 170 Extraordinary Success/newtonhelp.com
DOC
CIS 170 Imagine Your Future/newtonhelp.com   
DOC
CIS 170 Life of the Mind/newtonhelp.com   
PPTX
M365 global developer bootcamp 2019 Intro to SPFx Version
PPT
Visual c++ demo
PPTX
M365 global developer bootcamp 2019 PA
PDF
CIS 170 Effective Communication - tutorialrank.com
DOCX
CIS 170 Inspiring Innovation/tutorialrank.com
PPTX
Azure DevOps Extensions
PDF
C# with Renas
PPT
Devry cis-170-c-i lab-1-of-7-getting-started
PPT
Devry cis-170-c-i lab-1-of-7-getting-started
DOC
CIS 170 Exceptional Education - snaptutorial.com
DOC
Cis 170 Education Organization / snaptutorial.com
Jdkeclipsevs
M365 global developer bootcamp 2019
Getting started with code composer studio v4 for tms320 f2812
Visual studio 2017 - What's New
Csharp Hands On Lab Paul Yao
CIS 170 Focus Dreams/newtonhelp.com
Cis 170 Extraordinary Success/newtonhelp.com
CIS 170 Imagine Your Future/newtonhelp.com   
CIS 170 Life of the Mind/newtonhelp.com   
M365 global developer bootcamp 2019 Intro to SPFx Version
Visual c++ demo
M365 global developer bootcamp 2019 PA
CIS 170 Effective Communication - tutorialrank.com
CIS 170 Inspiring Innovation/tutorialrank.com
Azure DevOps Extensions
C# with Renas
Devry cis-170-c-i lab-1-of-7-getting-started
Devry cis-170-c-i lab-1-of-7-getting-started
CIS 170 Exceptional Education - snaptutorial.com
Cis 170 Education Organization / snaptutorial.com
Ad

Recently uploaded (20)

PDF
TokAI - TikTok AI Agent : The First AI Application That Analyzes 10,000+ Vira...
PPTX
Big Data Technologies - Introduction.pptx
PDF
Approach and Philosophy of On baking technology
PDF
KodekX | Application Modernization Development
PPTX
Detection-First SIEM: Rule Types, Dashboards, and Threat-Informed Strategy
PPTX
sap open course for s4hana steps from ECC to s4
PPTX
ACSFv1EN-58255 AWS Academy Cloud Security Foundations.pptx
PDF
cuic standard and advanced reporting.pdf
PDF
Peak of Data & AI Encore- AI for Metadata and Smarter Workflows
PDF
Diabetes mellitus diagnosis method based random forest with bat algorithm
PPTX
20250228 LYD VKU AI Blended-Learning.pptx
PDF
Architecting across the Boundaries of two Complex Domains - Healthcare & Tech...
PDF
The Rise and Fall of 3GPP – Time for a Sabbatical?
PDF
7 ChatGPT Prompts to Help You Define Your Ideal Customer Profile.pdf
PDF
Spectral efficient network and resource selection model in 5G networks
PDF
Mobile App Security Testing_ A Comprehensive Guide.pdf
PDF
Building Integrated photovoltaic BIPV_UPV.pdf
PDF
Reach Out and Touch Someone: Haptics and Empathic Computing
PDF
Chapter 3 Spatial Domain Image Processing.pdf
PPTX
Cloud computing and distributed systems.
TokAI - TikTok AI Agent : The First AI Application That Analyzes 10,000+ Vira...
Big Data Technologies - Introduction.pptx
Approach and Philosophy of On baking technology
KodekX | Application Modernization Development
Detection-First SIEM: Rule Types, Dashboards, and Threat-Informed Strategy
sap open course for s4hana steps from ECC to s4
ACSFv1EN-58255 AWS Academy Cloud Security Foundations.pptx
cuic standard and advanced reporting.pdf
Peak of Data & AI Encore- AI for Metadata and Smarter Workflows
Diabetes mellitus diagnosis method based random forest with bat algorithm
20250228 LYD VKU AI Blended-Learning.pptx
Architecting across the Boundaries of two Complex Domains - Healthcare & Tech...
The Rise and Fall of 3GPP – Time for a Sabbatical?
7 ChatGPT Prompts to Help You Define Your Ideal Customer Profile.pdf
Spectral efficient network and resource selection model in 5G networks
Mobile App Security Testing_ A Comprehensive Guide.pdf
Building Integrated photovoltaic BIPV_UPV.pdf
Reach Out and Touch Someone: Haptics and Empathic Computing
Chapter 3 Spatial Domain Image Processing.pdf
Cloud computing and distributed systems.

Microsoft VS C++ Add a project

  • 1. Microsoft Visual Studio C++ Express Edition 2008 – How to create a Project Creating an environment for you to write, test, run and debug your code. Assumption that Microsoft Visual Studio C++ Express Edition 2008 is successfully installed.
  • 2. To start…. Open Microsoft Visual Studio C++ Express Edition. Click on File, then New, and Project as shown on the following screen (this screen shot is directly from the Microsoft Visual Studio C++ Express Edition 2008).
  • 3.  
  • 4. On the Project Screen Now enter the following information as shown on the following screen (this screen shot is directly from the Microsoft Visual Studio C++ Express Edition 2008). Project Type - CLR Visual Studio Installed Templates – Empty Project File Name and Location
  • 5.  
  • 6. Adding a new item to your Project Add the information below to add an item to your Project as shown on the following screen (this screen shot is directly from the Microsoft Visual Studio C++ Express Edition 2008). Add new item Select C++ file (.cpp) Name and Location
  • 7.  
  • 8. Now you have a working environment. Now you have an environment shown in the following screen where you will be able to write, test, run and debug your code.
  • 9.