To Print TInt64 on a console with Printf
| Wed, 2007-09-19 03:42 | |
|
Hi All, I have a one query. I want to print TInt64 with the Printf. e.g. to print a integer, we use Now If I have to print long or unsigned long, in normal C it is %l or %lu. Thanks, |
|






Forum posts: 286
Use %Ld or %Lu instead of %d
Cheers,
Sri