Thread: too many *'s

  1. #16
    Wanabe Laser Engineer chico1st's Avatar
    Join Date
    Jul 2007
    Posts
    168
    array is originally
    Code:
    Int8*       Array=NULL;

  2. #17
    Kernel hacker
    Join Date
    Jul 2007
    Location
    Farncombe, Surrey, England
    Posts
    15,677
    Ok, so it MAY indicate that func() allocates memory for you, and you should pass the address of Array to the function - but I make no guarantees - it may be that you should allocate memory before passing array to func().

    --
    Mats
    Compilers can produce warnings - make the compiler programmers happy: Use them!
    Please don't PM me for help - and no, I don't do help over instant messengers.

Popular pages Recent additions subscribe to a feed