I wonder how to convert the following statement into C++?
[self setPathAssessme nt:[[[ASISpatialPathA ssessor alloc] initWithMap:map] autorelease]];
It's in objective C
Thanks
Jack
[self setPathAssessme nt:[[[ASISpatialPathA ssessor alloc] initWithMap:map] autorelease]];
It's in objective C
Thanks
Jack
Comment