PHYS 252

Getting Started With Visual C++

Visual C++ is a Windows-based environment for compiling, running, and debugging programs written in C (or C++).
To get started:

  1. Create a directory on the desktop with your name:
  2. Open Visual C++ by double-clicking on "Microsoft Visual C++ 2008 Express Edition" on Desktop
  3. Create New Project
  4. Create source file
  5. Compile and run

See also this website for instructions with pictures