Re: [CODE]

From: Desmond Daignault (tekdd@DTOL.DATATIMES.COM)
Date: 11/17/97


On Mon, 17 Nov 1997, Chuck Reed wrote:

=>What does this mean,
=>
=>argument is not a pointer (arg 9)
=>

it means that the 9th argument to the function isn't a pointer. ie.

void foobar(char *a, char *b, char *c, char *e, char *f, char *g, char *h,
char *i);

and then using:

char *a, *b, *c, *d, *e, *f, *g, *h, i; (notice i forgot the * before i)

foobar (a, b, c, d, e, f, g, h, i);

or something similiar.


--
Dez.

void signature () {
  printf ("Praise not the day until evening has come; a woman\n"
          "until she is burnt; a sword until it is tried; a maiden until\n"
          "she is married; ice until it has been crossed; beer until it\n"
          "has been drunk.  -- Viking Proverb\n");
}


     +------------------------------------------------------------+
     | Ensure that you have read the CircleMUD Mailing List FAQ:  |
     | http://democracy.queensu.ca/~fletcher/Circle/list-faq.html |
     +------------------------------------------------------------+



This archive was generated by hypermail 2b30 : 12/08/00 PST