discuss-gnustep
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: One quick question in Objective C


From: kotesh
Subject: Re: One quick question in Objective C
Date: Wed, 17 Oct 2001 13:09:07 +0530

Ramana,
 
Check whether the compiler follows "ISO C9x" standard which support printing long long variable.
 
Following site contains information about ISOC9x Standard.
 
http://developer.apple.com/tools/mpw-tools/c9x.html
 
Hope this helps
 
Thanks
kotesh
 
 
 
 
----- Original Message -----
From: ramana rao
Sent: Wednesday, October 17, 2001 11:34 AM
Subject: One quick question in Objective C

 
Hi,
 
One quick question in OBjective C,
 
In NSlog or in printf, to print a variable we give type specifier like
 
%d    for     "int"
%ld    for     "long int"
%f      for     "float" or "double"
 
what?  for     "long long"
 
does any body have idea which type specifier should we use to print "long long" variable
 
 
thanks for any help i may get
 
 
Ramana Rao

reply via email to

[Prev in Thread] Current Thread [Next in Thread]