Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 146b8d5

Browse files
upload
1 parent a7d4ca5 commit 146b8d5

21 files changed

+827
-180
lines changed

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

Lines changed: 0 additions & 164 deletions
This file was deleted.

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

Lines changed: 0 additions & 8 deletions
This file was deleted.

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

Lines changed: 0 additions & 4 deletions
This file was deleted.

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

Lines changed: 0 additions & 2 deletions
This file was deleted.

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

Lines changed: 2 additions & 2 deletions
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)

AltStyle によって変換されたページ (->オリジナル) /