Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Mooophy committed Nov 2, 2015
1 parent 5f10acb commit 14878f4
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions ch02/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -326,10 +326,6 @@ a single pointer can point to **several different objects** over its lifetime.
4. a reference must be initialized.
a pointer need **not be** initialized at the time it is defined.

####Usage advise:

Look at [here](http://www.parashift.com/c%2B%2B-faq-lite/refs-vs-ptrs.html)

##Exercise 2.20
>What does the following program do?
```cpp
Expand Down

0 comments on commit 14878f4

Please sign in to comment.