Class Central is learner-supported. When you buy through links on our site, we may earn an affiliate commission.

Coursera

C++ For C Programmers, Part B

University of California, Santa Cruz via Coursera

Overview

Prepare for a new career with $100 off Coursera Plus
Gear up for jobs in high-demand fields: data analytics, digital marketing, and more.
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

Reviews

2.0 rating, based on 1 Class Central review

4.5 rating at Coursera based on 311 ratings

Start your review of C++ For C Programmers, Part B

  • Anonymous
    Don't let the class overview fool you. It's more like "here are rambling c++ features and here are random projects, so have fun!' In honesty, the projects aren't too bad, but doing them has nothing to do with C++.

Never Stop Learning.

Get personalized course recommendations, track subjects and courses with reminders, and more.

Someone learning on their laptop while sitting on the floor.