Search:

Type: Posts; User: quzah

Search: Search took 1.28 seconds.

  1. Replies
    18
    Views
    7,774

    Your point is that you want to do it backwards....

    Your point is that you want to do it backwards. You said "what do you think of intitializing the start", I said that the feature already exists.

    I still stand by my previous statement: It's...
  2. Replies
    18
    Views
    7,774

    You already can just initialize the start of an...

    You already can just initialize the start of an array. It's been in the standard forever. Anything you don't initialize is set to zero.
    int foo[5] = { 1, 2 }; /* 0, 0, 0 are the last three */

    ...
  3. Replies
    18
    Views
    7,774

    I can't possibly think of a use for initializing...

    I can't possibly think of a use for initializing only the end of an array.


    Quzah.
Results 1 to 3 of 3