J
JoeC
I am trying to write a program and I send a pointer to an object to
another object and I want to get a number out of that object It is
strange this works:
static mapmgt m(b, trn, b->GetSizeX(), b->GetSizeY());
but this doesn't work:
static mapmgt m(b, trn){
xlen = b->GetSizeX();
another object and I want to get a number out of that object It is
strange this works:
static mapmgt m(b, trn, b->GetSizeX(), b->GetSizeY());
but this doesn't work:
static mapmgt m(b, trn){
xlen = b->GetSizeX();