Skip to content

Commit 146b8d5

Browse files
committed
upload
1 parent a7d4ca5 commit 146b8d5

21 files changed

+827
-180
lines changed

3.C++程序设计/week3/test.txt

-164
This file was deleted.

3.C++程序设计/week3/编程练习/1.cpp

-8
This file was deleted.

3.C++程序设计/week3/编程练习/2.cpp

-4
This file was deleted.

3.C++程序设计/week3/编程练习/3.cpp

-2
This file was deleted.

3.C++程序设计/week4/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -385,7 +385,7 @@ int main() {
385385
### 后置运算符作为二元运算符重载
386386

387387
- 多写一个参数, 无具体意义
388-
- 重载为成员函数:
388+
- 重载为成员函数:
389389
- `T operator++(int); `
390390
- `T operator--(int); `
391391
- 重载为全局函数:
@@ -470,7 +470,7 @@ int main() {
470470

471471

472472

473-
```
473+
```c++
474474
#include <iostream>
475475
#include <cstring>
476476
using namespace std;

0 commit comments

Comments
 (0)