My OOP Homework at ZJU.
I use doxygen as my documentation generator. And I use this theme.
I use clang++ as my compiler. Make sure you have libclang1 installed, if you want to generate doc.
The Code is Licensed under GNU AFFERO GENERAL PUBLIC LICENSE Version 3
.
It's okay to reference these code, but you should never copy homework.
And great thanks to @richard1122!
Default parameter 应该在 header 定义
file_contents = file_contents.concat(ch);
这个是赋值构造
file_contents2 = file_contents.concat(ch);
这个是拷贝构造