Y
Hacker News
new
|
ask
|
show
|
jobs
by
StefanKarpinski
4548 days ago
That's all well and good until the dimensions of the array are dynamic. Which they are in all real code.
1 comments
Eiwatah4
4548 days ago
C has variable sized arrays.
http://pastebin.com/BEgDNAhu
That's no longer backward-compatible to C89, though.
link
StefanKarpinski
4547 days ago
I was not aware of that. Is this a GCC extension, or is it part of C99 and/or C11?
link