Search:

Type: Posts; User: ellipses

Search: Search took 0.00 seconds.

  1. Replies
    3
    Views
    1,809

    OK, Cool; that works too, but I am still wodering...

    OK, Cool; that works too, but I am still wodering why the other function doesn;t work. Is it becuase the array that is declard within the function is destroyed after the function exits?

    for...
  2. Replies
    3
    Views
    1,809

    A question concerning character arrays

    OK, I know it works, I jst want to know why.

    OK, here is the deal, for examlpe I have a function:


    void function(char s[]);

    and I want it to take the character array as input and...
Results 1 to 2 of 2