There are a number of ways of implementing projects, including:
- Writing all code on ecelinux.uwaterloo.ca
using an editor such as vi, emacs,
or pico and using g++ to compile
your code.
- Installing and using Microsoft Visual Studio on your Windows computer.
- Installing Cygwin on your Windows computer and using Notepad++.
- Installing Cygwin on your Windows computer and using Eclipse.
- Installing wxDev-C++ on your Windows computer.
Recommendation
Most students will be familiar with Microsoft Visual Studio.