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.
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.
Graph Theory, C++11, Standard Template Library, C++
4.4 (269 件の評価)
RK
2022年5月2日
It's wonderful platform to learn. highly recommended for those people who are intrested to learn particular concept of c++ program.
SR
2020年6月22日
this course gives brief explanation of modern c++ and gives best intro about how to use this C++ into factory and real world
レッスンから
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.
Professor