Git GitHub 基础

git 是一个免费开源的版本控制系统,通常用于跟踪代码更变、更变人和团队协作。

Read More >

「英语」C++继承与多态

This post will introduce inheritance and polymorphism in C++.Inheritance General IdeaInheritance allows us to create new classes from already defined classesThis creates a Parent->Child relationshi

Read More >