Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
bennyyip committed May 29, 2016
1 parent f4f7cf0 commit e162b63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ch13/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ bool fcn(const Sales_data *trans, Sales_data accum)
## [Exercise 13.13](ex13_13.cpp)

## Exercise 13.14:
>Assume that `numbered` is a class with a default constructor that generates a unique serial number for each object, which is stored in a data member named `mysn`. Assuming numbered uses the synthesized copy- control members and given the following function:
>Assume that `numbered` is a class with a default constructor that generates a unique serial number for each object, which is stored in a data member named `mysn`. Assuming numbered uses the synthesized copy-control members and given the following function:
```cpp
void f (numbered s) { cout << s.mysn << endl; }
```
Expand Down

0 comments on commit e162b63

Please sign in to comment.