I have an array of structs, how can I pass a pointer to it? I keep getting all sorts of errors.
I was thinking I should just have it like
MYSTRUCT*mys[];
mys = new MYSTRUCT[30];
And pass it like that, but I tried that and my program shutdown immediately and gave no error!



LinkBack URL
About LinkBacks


