Error while using __int64 ...

Joined
Aug 15, 2006
Messages
10
Reaction score
0
#include<iostream.h>
typedef __int64 fprint_t;
main()
{
fprint_t one = ((fprint_t) 1) << 63;
cout<<one;
}

While trying to run this program i got the following error..


error C2593: 'operator <<' is ambiguous

Any body help me...?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,768
Messages
2,569,574
Members
45,051
Latest member
CarleyMcCr

Latest Threads

Top