Search Results

2
votes

Is there any sample code to do iPhone mulitithreading tasks?

Ultimately the device you are running your code on has a single processor and cannot possibly load large quantities (gigabytes) of data. The best route, by is likely that suggested by Ben (NSURLCon …
1
vote

Is Objective-C 2.0 exception handling supported on non Mac OS X platforms?

The features in question require both compiler and runtime support and so, while it is certainly possible to build a compiler that supports the syntax (LLVM/Clang comes to mind) many of these featu …