Search:

Type: Posts; User: ZuK

Search: Search took 0.03 seconds.

  1. Thread: Problem in arrays

    by ZuK
    Replies
    12
    Views
    2,803

    I agree. And I was never happy that gcc enabled...

    I agree. And I was never happy that gcc enabled its extensions by default.
    Kurt
  2. Thread: Problem in arrays

    by ZuK
    Replies
    12
    Views
    2,803

    GCC supported VLA's long before C99 as an...

    GCC supported VLA's long before C99 as an extension
    Kurt
  3. Thread: Problem in arrays

    by ZuK
    Replies
    12
    Views
    2,803

    int main(){ int i,j; ...

    int main(){

    int i,j;
    int linA,colA;
    int mA[linA][colA]; // at this point linA and colA contain garbage

    Kurt
Results 1 to 3 of 3