mdeh
Feb 18, 2009, 07:53 PM
This bit of code is throwing an error : invalid receiver type 'NSUInteger'. Have tried L, ll, q but to no avail. Something is missing in my understanding? :)
Given proc = initialized processInfo object.
NSLog(@"Number of Active Processors: %q", [[proc activeProcessorCount] unsignedIntValue]);
thanks.
Given proc = initialized processInfo object.
NSLog(@"Number of Active Processors: %q", [[proc activeProcessorCount] unsignedIntValue]);
thanks.
