Comment on "
Intro to C Pointers and Dynamic Memory
"
by Bill — Oct 30, 09
More typos:
Remember, a string is an array of individual characters, so a an array of strings is a two-dimension array of characters
Should be: so an array...
// In other words, go the beginning of the "array"
Should be: go to the beginning...
Back to "
Intro to C Pointers and Dynamic Memory
"
Technorati Profile
Copyright © Scott Stevenson 2004-2006
by Bill — Oct 30, 09
Remember, a string is an array of individual characters, so a an array of strings is a two-dimension array of characters
Should be: so an array...
// In other words, go the beginning of the "array"
Should be: go to the beginning...