When to Use Pointers
Get to know the scenarios when pointers should be used.
We'll cover the following...
Pointers are rare in D. As you have seen in the reading from the standard input lesson, readf
can in fact be used without explicit pointers.
When required by libraries Pointers ...