Double refernece operator '&&'

closed account (2NywAqkS)
In some code I'm writing, I need to reference an array. If I put one '&' I get the error
cannot convert parameter 1 from 'ALuint *' to 'ALuint **'
but if I put two '&' than it assumes I'm using it as if you were including an additional argument in an if statement. What am I supposed to do?
Try not using any at all. Or post your whole code.
Topic archived. No new replies allowed.