CIS3355:
Business Data Structures |
Using Visual C++ .NET ??? Why C++ .NET ???
??? How Do I get started ??? First, open up the package:
You will next see the Start Page: Pick NEW Project. A new project menu will appear:
A new wizard window will appear: Click on Application Type (and then Single Document) This will take you back to the Start Page. Before continuing, a quick aside: Visual Studio C++ .NET is considerably different than Visual Studio C++. You can change the appearance so that it more closely approximates Visual Studio C++, and hence more closely correspond to the slides and older manuals. To do this, choose My Profile from the Start Page so that the transition will be a little easier. Set the Profile to Visual C++ Developer. The other settings will change accordingly We can now create a new file (which will be stored in our project ___). Go to File on the top menu bar. A new menu will appear. Choose the Visual C++ option: Choose the C++ File (.cpp) option. You will be placed in the Editor mode:
|