Lecture overview -- Keyboard shortcut: 'u'  Previous page: Course Exam -- Keyboard shortcut: 'p'  Next page: A quick tour of C [Section] -- Keyboard shortcut: 'n'  Lecture notes - all slides and notes together  slide -- Keyboard shortcut: 't'  Help page about these notes  Alphabetic index  Course home  Lecture 1 - Page 7 : 29
Notes about C++
From C to C++
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