uint64 Questions
1
Solved
So essentially my question is this, I am creating an NSMutableDictionary using uint64_t objects as the key.
Is there any better way to create them than doing this?
uint64_t bob=7;
NSNumber *bobs...
© 2022 - 2024 — McMap. All rights reserved.