Presentation is loading. Please wait.

Presentation is loading. Please wait.

Programming with Visual C++ A short review of the process.

Similar presentations


Presentation on theme: "Programming with Visual C++ A short review of the process."— Presentation transcript:

1 Programming with Visual C++ A short review of the process

2 2 Windows Programming Environment - MS Dev Studio Start5:45 PM File Edit View Insert Project Build Tools Window Help toolbars... Message Window File Window View Window

3

4 4 Windows Programming Start New Project Microsoft Visual C++ 5.0 Start -- Programs -- MS VC++ -- MS VC++ To create a new project: –file -- new -- projects -- Win32 Console Application –Identify storage location for new project –Provide Project name –OK

5

6

7 7 Windows Programming Add / Create files Project -- Add to Project -- Files Locate desired files. Repeat for all needed files For new files: Project -- Add to Project -- New Select file type.

8

9 9 Windows Programming Add Libraries Project -- Settings link tab -- category = General -- add library names to “Object/library modules” for sockets, add “wsock32.lib”

10

11 11 Windows Programming Select Active Configuration Two compile configurations available –Release –Debug Build -- Set Active Configuration Select either Debug or Release –Note that debug versions create large (megabyte) files.

12

13 13 Windows Programming Build and Execute Project Build -- Build “project_name” Check message window for compile and link status. If no errors are indicated, execute program. Build -- Execute “project name”

14


Download ppt "Programming with Visual C++ A short review of the process."

Similar presentations


Ads by Google