NSlog C99 error.

Joined
Jun 8, 2013
Messages
158
Reaction score
0
Points
16
Location
Būr said,Egypt
Your Mac's Specs
MacBook Pro (i5)
My code was
---------------------
int x = 10;
int y = 10;
int z = x * y;
NSLog(@"Result is %i" , z);
-------------------------
then it show that NSLog is invalid for C99,how do i fix it then?
 

Shop Amazon


Shop for your Apple, Mac, iPhone and other computer products on Amazon.
We are a participant in the Amazon Services LLC Associates Program, an affiliate program designed to provide a means for us to earn fees by linking to Amazon and affiliated sites.
Top