C++ For C Programmers, Part B

Go to class
Write Review

Free Online Course: C++ For C Programmers, Part B provided by Coursera is a comprehensive online course, which lasts for 5 weeks long, 15 hours worth of material. The course is taught in English and is free of charge. Upon completion of the course, you can receive an e-certificate from Coursera. C++ For C Programmers, Part B is taught by Ira Pohl.

Overview
  • This course is for experienced C programmers who want to program in C++. The examples and exercises require a basic understanding of algorithms and object-oriented software.

Syllabus
    • STL and the game of Hex
      • This module looks at the architecture of the Standard Template Library. It is especially important to understand how iterators are used to access container to produce highly efficient generic algorithms. The module also includes the important new style of function object—the lambda expression.
    • Hex as a graph and Inheritance
      • This module shows how Hex can be played as a game on a graph. This involves its representation as an undirected graph in C++. The module explores the inheritance logic and syntax of C++. A principal example is the base class student and a derived class grad_student.
    • Hex and the use of AI and C++ Move semantics
      • This module explains Min-Max and the Alpha-Beta algorithm for game playing. Its programming topics include C++ 11 Move semantics and a detailed example of referential garbage collection.
    • Monte Carlo Hex Program, Further advanced C++ Topics and Patterns
      • This module shows how to use Monte Carlo evaluation in complex games such as Hex and Go. This had led top championship level play in both these games. The module discusses C++ assertions and exceptions for error handling and the new C++ 11 feature static asserts. Finally, the last part of the module introduces the idea of “Design Pattern”, a feature of modern OO programming.
    • Final Exam
      • This module contains three practice exams (which you can take as many times as you'd like) and the final exam, which is worth X% of your grade in this course.