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.
thanks.
Given proc = initialized processInfo object.
Code:
NSLog(@"Number of Active Processors: %q", [[proc activeProcessorCount] unsignedIntValue]);
thanks.