CSE581 Programming Environment

  1. For a project directory on your Z: drive, follow the directions Labs->Setting permissions
  2. Start MS Visual Studio 2010
  3. The first time, you might have to:
    1. Select Visual C++ Development Settings
    2. Select Start (it might take awhile before something happens)
  4. Select New Project
    1. On left, under 'Visual C++', Select Win32,
      On right select Win32 Console Application
      at bottom, type in name and browse to directory
      hit OK
    2. On left, select Application Settering
      select Console Application,
      check Precompiled headers
      Select Finish
  5. Might come up with a message about finding suitable locations for this or that
    hit OK
  6. In the source code area, remove default code and type in (or cut-and-paste) code for 'Lab1'
  7. At the top, under Debug