Take Up Code
10: Double Pointers! The Pattern Continues.
- Autor: Vários
- Narrador: Vários
- Editor: Podcast
- Duración: 0:09:57
- Mas informaciones
Informações:
Sinopsis
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.