visual C

Write here if you have problems with your C++ source code

Moderator: Board moderators

Post Reply
hijbul_ctg
New poster
Posts: 8
Joined: Sat Apr 19, 2003 5:41 pm
Contact:

visual C

Post by hijbul_ctg »

can anbody tell me how to use int64 in Visual C++;

is the following is correct

_int64 n;

while(scanf("%I64",&n)==1)
printf("%I64",n);

thanks in advance;
shahriar_manzoor
System administrator & Problemsetter
Posts: 399
Joined: Sat Jan 12, 2002 2:00 am

Post by shahriar_manzoor »

__int64 n;

while(scanf("%I64d",&n)==1)
printf("%I64d",n);


It should be like above :)
Post Reply

Return to “C++”