what was the easier way to refer to an array's first member other than array[0] ?
i forgot what the symbol was.
Name:
Anonymous2011-12-17 11:14
>>3
It's just when i have a function which takes a struct as an argument, if the struct is too large then the program stack overflows and anyway it doesn't even refer to the original struct, just copies it on the stack.
So I have to use pointers or global variables. That shit's gay as hell. Sure there must be a better way to do it?