YoVDO

C++ For C Programmers, Part B

Offered By: University of California, Santa Cruz via Coursera

Tags

C++ Courses Programming Courses Programming Languages Courses

Course Description

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.

Taught by

Ira Pohl

Tags

Related Courses

Computer Graphics
University of California, San Diego via edX
Intro to Parallel Programming
Nvidia via Udacity
Initiation à la programmation (en C++)
École Polytechnique Fédérale de Lausanne via Coursera
C++ For C Programmers, Part A
University of California, Santa Cruz via Coursera
Introduction à la programmation orientée objet (en C++)
École Polytechnique Fédérale de Lausanne via Coursera