Test: Cocoa programming for Mac OS X 10.5 Test
Question 1:
Prev
Next
Why is CGFloat recommenced to be used instead of float? |
They are the same; so it's done only to make the code look nicer.
CGFloat is a special structure used to do arbitrary number computation.
For 64bit compatibility.
None of the above