My review of everything

My Review of (INFO 2680) C++ Programming Language



           Grade: B
      Difficulty: 7/10
          Rating: 8/10
 Time commitment: 10 hours/week
-------------------------------

This course offers an extensive tutorial of the C++ language: STL, namespace, class construction, operator overloading, virtual functions, templates, IO streams, and objected oriented paradigm (inheritance and its use in creating extendible libraries, encapsulation, polymorphism).

This course expects you to know C well, and jumps right into the nitty gritty details of C++. Also the course has lots of coding assignments.

Assignments


Thoughts

Unlike other Umass programming courses, this course doesn't go crazy on code style enforcement. Just a very reasonable basic set of guidelines. I liked it. The course content is amazing. It was created by Lance Smith who is among the highest rated instructors at Umass. But when I took this course, it was taught by a different instructor (Yelena Rykalova) who had horrible reviews according to ratemyprofessor.com. And she lived up to her infamous reputation. She occasionally docked points for random reasons (like how the code didn't compile for her specific configuration of visual studio, etc, while I provided step-by-step instruction of how to run my code, including the details on which version gnu compiler and linux OS I used). I didn't bother dispute the grade, and settled for a B.

Out of the 10 courses I took at Umass, this course was the only B. Don't let a bad instructor dissuade you from taking this otherwise rewarding class.