Download presentation
Presentation is loading. Please wait.
1
CS 1400 Using Microsoft Visual Studio 2005 if you don’t have the appropriate appendix
2
create a project
3
choose Win32 and Win32 Console Application and give it a name
4
choose Application Settings…
5
select Console application and Empty project, then choose Finish
6
Projects vs. Files A Project is a folder containing one or more files A Source File is a single program (or a part of a single program) Visual Studio 2005 maintains other files to keep track of editing, compilation, etc.
7
Add a source file by right clicking on Source Files, selecting Add, and then New Item
8
select Code, C++ File, give it a name, and finally click on Add
9
From this point on, Visual Studio 2005 behaves similar to Visual Studio.NET as documented in Appendix M of ed. 3 of the text…
Similar presentations
© 2025 SlidePlayer.com. Inc.
All rights reserved.