Skip to content

Commit

Permalink
补充练习 6.53 缺少的注释符号
Browse files Browse the repository at this point in the history
  • Loading branch information
Roller44 committed Jul 25, 2016
1 parent 258655e commit ade4a0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ch06/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -340,7 +340,7 @@ int calc(const int&, const int&); // calls lookup(const int&)
(b)
```cpp
int calc(char*, char*); // calls lookup(char*)
int calc(const char*, const char*); calls lookup(const char *)
int calc(const char*, const char*); //calls lookup(const char *)
```
(c)
Expand Down

0 comments on commit ade4a0f

Please sign in to comment.