Lecture 1 - Slide 10 : 34
Which compiler or IDE?
You are supposed to choose your C++ compiler and/or IDE today

For the purposes of this course (spring 2015) I use g++ version 4.9.2 via Cygwin on Windows with GNU Emacs

C++11 support via a compiler option -std=c++11. Experimental C++14 support via -std=c++14