From C to C++
- slide 7 : 29
Which compiler or IDE?
You choose your C++ compiler and/or IDE
Selection mode:
Program C++ in an environment you already know
Try something new
Possibilities
Eclipse
Visual Studio
Commercial version
Free version - Express
CodeBlocks
Gcc's g++ compiler and your favorite text editor
Many others
For the purposes of this course I use
g++
version 4.5.3 via Cygwin on Windows with GNU Emacs