Search:

Type: Posts; User: tsantana

Search: Search took 0.01 seconds.

  1. Replies
    8
    Views
    5,662

    Thank you. The "a" you refer to does not exist...

    Thank you.

    The "a" you refer to does not exist on the actual code, it must have been something I typed accidentaly while posting it.

    The thing is I need to define the size of the array...
  2. Replies
    2
    Views
    8,832

    modifiable lvalue error

    Fellows,

    Please help me to get thru this error and get it running:

    error:
    "filetolinkedlist.c", line 35: error #2137: expression must be a modifiable
    lvalue
    ...
  3. Replies
    8
    Views
    5,662

    Variable length arrays

    Hello,

    I am very new on C programing and have crossed the following error out of which I can get off:

    "numbersort1.c", line 22: error #2028: expression must have a constant value
    int...
  4. Replies
    5
    Views
    1,527

    Thanks Daved and Elysa for the inputs. That helps...

    Thanks Daved and Elysa for the inputs. That helps me.
  5. Replies
    5
    Views
    1,527

    Thanks Elysia, But quite not what I am looking...

    Thanks Elysia,

    But quite not what I am looking for. I just want to inform the simple array size being the size an int variable. It has to be a very simple array like the one I have sample on my...
  6. Replies
    5
    Views
    1,527

    Array initialization with int variable

    How can I initialize an index giving its size thru an int variable aiming the something like the above:

    int x=10;

    char test[x];


    Thank you,
    Thiago Santana
Results 1 to 6 of 6