hey,
lets say i want to make a method that take a point class object (x,y) as an argument.. i cant figure what`s the deference between:
1) -(void) getPoint : (Point*) aPoint;
2) -(void) getPoint : (Point) *aPoint;
where should i put the * sign? and why?
tnx alot!
lets say i want to make a method that take a point class object (x,y) as an argument.. i cant figure what`s the deference between:
1) -(void) getPoint : (Point*) aPoint;
2) -(void) getPoint : (Point) *aPoint;
where should i put the * sign? and why?
tnx alot!