The document provides steps to write a program in Visual C++, including loading Visual Studio 2008, creating a new C++ Win32 Console Application project, adding a source file, and entering code to prompt the user for input, perform addition, and output the result. The code takes in two numbers as input, adds them together, and displays the sum.
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
100%(1)100% found this document useful (1 vote)
691 views5 pages
Console Application Visual C++ 2008
The document provides steps to write a program in Visual C++, including loading Visual Studio 2008, creating a new C++ Win32 Console Application project, adding a source file, and entering code to prompt the user for input, perform addition, and output the result. The code takes in two numbers as input, adds them together, and displays the sum.