iphone - How to log an long long value with NSLog? -


How can I do this? What is the format specifier?

For example, I have:

  long long = = value value here NSLog (@ "% f", very long); // Definitely wrong ... 

section of string programming guide for cocoa There is a great bookmark for your browser ...; -)


Comments

Popular posts from this blog

Indexing in SQL -

objective c - iPhone and it's wireless area -

multithreading - Do lock objects in Java need to be static? -