Skip to content

Commit

Permalink
修改
Browse files Browse the repository at this point in the history
  • Loading branch information
haiduo committed Aug 21, 2019
1 parent 3c2dc26 commit d196dee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion excersize/ch07.md
Original file line number Diff line number Diff line change
Expand Up @@ -269,7 +269,7 @@ std::ostream &print(std::ostream &os, const Person &person)
在下面这条`if`语句中,条件部分的作用是什么?
```cpp
if (read(read(cin, data1), data2))
if (read(read(cin, data1), data2)) //等价read(std::cin, data1);read(std::cin, data2);
```

解:
Expand Down

0 comments on commit d196dee

Please sign in to comment.