You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think in general, arrays without compile-time bounds aren't rendered; not just multi-dimensional
int main() {
int x = 42;
int arr[x];
return 0;
}
pgbovine
changed the title
multi-dimensional arrays without compile-time bounds aren't shown at all
arrays without compile-time bounds aren't shown at all
Feb 3, 2017
x doesn't show up here since its bounds don't seem to be picked up at compile-time ...
The text was updated successfully, but these errors were encountered: