Transcription of Introduction to Visual C++.NET Programming
{{id}} {{{paragraph}}}
11 Cal Poly PomonaElectrical & Computer EngineeringIntroduction to Visual C++.NET Introduction to Visual C++.NET ProgrammingProgrammingECE 114 - 2Dr. Z. AliyaziciogluCal Poly PomonaElectrical & Computer EngineeringCal Poly PomonaECE 114-1 2 Using .NET Environment Start up Microsoft Visual The following window should be displayedClick New ProjectorUnder the File menu, point to New, and then click Project2 Cal Poly PomonaECE 114-1 3 New Project dialog box will be displayed Select Visual C++ Project in the Project Types pane, Select Console Application (.NET) in the temples pane. Type project Name in Name box Choose location for your project. Then, Click OKCal Poly PomonaECE 114-1 4 Double click the your cpp file under Solution Explore (on the right side)3 Cal Poly PomonaECE 114-1 5 Cal Poly PomonaECE 114-1 6A simple Program:Printing a Line of TextA simple Program:Printing a Line of Text// First Program in Visual C++.NET #include" "#using< >usingnamespace System;int_tmain(){// Display stringConsole::WriteLine( S Welcome to Visual C++.)}
2 Cal Poly Pomona ECE 114-1 3 New Project dialog box will be displayed Select Visual C++ Project in the Project Types pane, Select Console Application (.NET) in the temples pane. Type project Name in Name box Choose location for your project.Then, Click OK Cal Poly Pomona ECE 114-1 4 Double click the your cpp file under Solution Explore (on the right side)
Domain:
Source:
Link to this page:
Please notify us if you found a problem with this document:
{{id}} {{{paragraph}}}