Search:

Type: Posts; User: tkm

Search: Search took 0.01 seconds.

  1. Replies
    7
    Views
    1,371

    Thanks Adak, very kind of you. You have spent a...

    Thanks Adak, very kind of you. You have spent a good amount of time explaining me. God bless.
  2. Replies
    7
    Views
    1,371

    Thanks, Sipher. I do realize the index increasing...

    Thanks, Sipher. I do realize the index increasing part, just wanted to confirm with someone on the array part. Thanks a lot for that. Since you have mentioned, why it would crash? A little more...
  3. Replies
    7
    Views
    1,371

    very basic pointer questions--pls help

    Hello, I have a very basic pointer questions.

    int *i;
    int i_len=0;
    i[i_len++]=1;
    i[i_len++]=2;

    In the above scenerio, does it mean 'i' is being set as a pointer to 1 dimensional array,...
Results 1 to 3 of 3