Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Ocxs committed Mar 11, 2015
1 parent a34d519 commit 18b11e4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions ch07/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -208,11 +208,11 @@ struct X {
## Exercise 7.37

```cpp
Sales_data first_item(cin); // use Sales_data(std::istream &is)
Sales_data first_item(cin); // use Sales_data(std::istream &is) ; its value are up to your input.

int main() {
Sales_data next; // use Sales_data(std::string s = "")
Sales_data last("9-999-99999-9"); // use Sales_data(std::string s = "")
Sales_data next; // use Sales_data(std::string s = ""); bookNo = "", cnt = 0, revenue = 0.0
Sales_data last("9-999-99999-9"); // use Sales_data(std::string s = ""); bookNo = "9-999-99999-9", cnt = 0, revenue = 0.0
}
```
Expand Down

0 comments on commit 18b11e4

Please sign in to comment.