Skip to content

Commit

Permalink
remove viewdocs and just use Github.
Browse files Browse the repository at this point in the history
  • Loading branch information
pezy committed Sep 25, 2014
1 parent a13a1b6 commit 399a625
Show file tree
Hide file tree
Showing 40 changed files with 6 additions and 1,186 deletions.
1 change: 1 addition & 0 deletions ch01/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -337,4 +337,5 @@ You can use data/book.txt as the records.
compile and execute the bookstore program presented in this section.

It is the same as Exercise 1.22.

![run](https://db.tt/C6OOPuzA)
8 changes: 4 additions & 4 deletions ch02/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -550,7 +550,7 @@ decltype(r) d = i;
More? Look at [here](http://stackoverflow.com/questions/21369113/what-is-the-difference-between-auto-and-decltypeauto-when-returning-from-a-fun) and [here](http://stackoverflow.com/questions/12084040/decltype-vs-auto)
##Exercise2.39
##Exercise 2.39
>Compile the following program to see what happens when
you forget the semicolon after a class definition. Remember the message for
future reference.
Expand All @@ -564,7 +564,7 @@ return 0;

Error message: [Error] expected ';' after struct definition

##Exercise2.40
##Exercise 2.40
>Write your own version of the Sales_data class.
just added some your own define. like this:
Expand All @@ -581,7 +581,7 @@ struct Sale_data
}
```
##Exercise2.41
##Exercise 2.41
>Use your Sales_data class to rewrite the exercises in §
1.5.1(p. 22), § 1.5.2(p. 24), and § 1.6(p. 25). For now, you should define
your Sales_data class in the same file as your main function.
Expand Down Expand Up @@ -717,7 +717,7 @@ int main()
}
```

##Exercise2.42
##Exercise 2.42
>Write your own version of the Sales_data.h header and
use it to rewrite the exercise from § 2.6.2(p. 76)

Expand Down
1 change: 1 addition & 0 deletions ch04/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ indicate the order in which the operands are grouped:
* vec.begin() //=> *(vec.begin())
* vec.begin() + 1 //=> (*(vec.begin())) + 1
```

##Exercise 4.3
>Order of evaluation for most of the binary operators is left
undefined to give the compiler opportunities for optimization.
Expand Down
11 changes: 0 additions & 11 deletions docs/ch01/ex1.1.md

This file was deleted.

82 changes: 0 additions & 82 deletions docs/ch01/ex1.12_1.15.md

This file was deleted.

32 changes: 0 additions & 32 deletions docs/ch01/ex1.16.md

This file was deleted.

21 changes: 0 additions & 21 deletions docs/ch01/ex1.17_1.19.md

This file was deleted.

13 changes: 0 additions & 13 deletions docs/ch01/ex1.2.md

This file was deleted.

31 changes: 0 additions & 31 deletions docs/ch01/ex1.20_1.22.md

This file was deleted.

23 changes: 0 additions & 23 deletions docs/ch01/ex1.23_1.25.md

This file was deleted.

67 changes: 0 additions & 67 deletions docs/ch01/ex1.3_1.6.md

This file was deleted.

48 changes: 0 additions & 48 deletions docs/ch01/ex1.7_1.8.md

This file was deleted.

1 change: 0 additions & 1 deletion docs/ch02/ex2.15_2.25.md

This file was deleted.

Loading

0 comments on commit 399a625

Please sign in to comment.