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
從本節課中
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.
Professor