Comment on "
Intro to Memory and Arrays in C
"
by James — Apr 01
Rico's right - you can program C without knowing about stacks, heaps, data segments etc
Rico's wrong - you cannot debug a complex C app without some understanding of stack, stack frames and principles of memory allocation.
So, if you write your code right first time, you have nothing to worry about.
And we know THAT never happens.
Back to "
Intro to Memory and Arrays in C
"
Copyright © Scott Stevenson 2004-2015
by James — Apr 01
Rico's wrong - you cannot debug a complex C app without some understanding of stack, stack frames and principles of memory allocation.
So, if you write your code right first time, you have nothing to worry about.
And we know THAT never happens.