Using typedef struct as a function parameterAh right, I understand. Thanks.
Using typedef struct as a function parameterI don't seem to be getting the error any more. I first got it when the structs were declared after t...
Using typedef struct as a function parameterI have a couple of structs that I'm using, which work fine, but I want to pass one through as a para...
Why is this condition true?Ah, thanks for the help.
Why is this condition true?[code] short id = 1; std::vector<short>::const_iterator i = ign.begin(); if ((ign.size() > 0) &...
This user does not accept Private Messages