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