Theocacao
Leopard
Design Element
Comment on "Intro to C Pointers and Dynamic Memory"
by Jesper — Feb 25
Just posting this mid-reading, lest I forget later:

"For example, if we want to hold 20 ***float*** values, we can do this:

void * memoryBlock = malloc ( sizeof(***int***) * 20 );"
Back to "Intro to C Pointers and Dynamic Memory"
Design Element

Copyright © Scott Stevenson 2004-2015