Take Up Code
10: Double Pointers! The Pattern Continues.
- Autor: Vários
- Narrador: Vários
- Editora: Podcast
- Duração: 0:09:57
- Mais informações
Informações:
Sinopse
A double pointer is nothing more than a pointer to another pointer. It is possible to continue this pattern indefinitely having pointers to pointers to pointers, and so on. But you will rarely need more than a double pointer.