Skip to content

zenozeng/oop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

66 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OOP

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!

Notes

Default parameter

Default parameter 应该在 header 定义

赋值构造和拷贝构造

file_contents = file_contents.concat(ch); 这个是赋值构造

file_contents2 = file_contents.concat(ch); 这个是拷贝构造

Links

About

My OOP Homework at ZJU

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published