Thanks that helpsMarauderIIC wrote:zodiac976 wrote:Can you show a small example of selecting by
criteria?Code: Select all
void myFunc(int someParam) { Something* s; //s for "shorthand" s = myArray[someParam]; s->doSomething(); }

Moderator: Coders of Rage
Thanks that helpsMarauderIIC wrote:zodiac976 wrote:Can you show a small example of selecting by
criteria?Code: Select all
void myFunc(int someParam) { Something* s; //s for "shorthand" s = myArray[someParam]; s->doSomething(); }