Got the following error messages when compiling a few c files in OSX
Mac OS X Objective-C 2.0 Runtime Library Support Functions and Data Structures Are Implemented in the Shared Library /usr/lib/libobjc.A.dylib.
Mac OS X Objective-C 2.0 runtime library support functions and data structures are implemented in the shared library /usr/lib/libobjc.A.dylib.
NSValue Is for Wrapping Primitive Type as an Object
NSValue is for wrapping primitive type as an object
[UIView addSubView:subview]
Apparently there are a lot of possibility in clever use of addSubView: method of UIView. Need to find out more
A Fun Idea
A fun idea: why not do something to drive objective-c runtime system using erlang?