本项目为面向对象程序设计的程序材料,内容如下:
slides 目录包含上课课件。
example 目录包含课堂展示示例代码。
demo 目录包含进阶示例代码,想进一步提高编程水平的可以自行阅读学习。
如果你正在使用 wsl 进行编程,那么需要安装以下内容(基于Ubuntu发行版):
sudo apt install build-essential xmake cmake ninja-build libpulse-dev libasound2-dev python3 python3-pip libx11-dev libxcursor-dev libxrandr-dev libxinerama-dev libxi-dev libxext-dev libgl1-mesa-dev libglu1-mesa-devThis project contains the program materials for the Object-Oriented Programming course. The contents are as follows:
The slides directory contains lecture slides.
The example directory includes sample code demonstrated in class.
The demo directory contains advanced example code. Those who wish to further improve their programming skills are encouraged to read and learn from it on their own.
If you are using wsl to program, then you need to install following software (based on Ubuntu distribution):
sudo apt install build-essential xmake cmake ninja-build libpulse-dev libasound2-dev python3 python3-pip libx11-dev libxcursor-dev libxrandr-dev libxinerama-dev libxi-dev libxext-dev libgl1-mesa-dev libglu1-mesa-dev