Comment on "
Intro to C Pointers and Dynamic Memory
"
by
Jesper
— Feb 25, 06
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
"
Technorati Profile
Copyright © Scott Stevenson 2004-2006
by Jesper — Feb 25, 06
"For example, if we want to hold 20 ***float*** values, we can do this:
void * memoryBlock = malloc ( sizeof(***int***) * 20 );"