i don't really understand why this isn't working:
Warning: Initialization Makes Pointer From Integer Without Cast
any ideas?
Code:
int randomNumber = (random() % 25000);
NSString *pathName = (@"/tmp/picture%i.tiff", randomNumber);
Warning: Initialization Makes Pointer From Integer Without Cast
any ideas?