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
"
Copyright © Scott Stevenson 2004-2015
by Jesper — Feb 25
"For example, if we want to hold 20 ***float*** values, we can do this:
void * memoryBlock = malloc ( sizeof(***int***) * 20 );"