#include <iostream.h>
int main()
{
cout<<sizeof(__int64)<<endl;
}
comiple using G++:
error: `__int64' undeclared (first use this function)
But I can use the same code in Vim for Windows XP with no error.
Why? Who can help me?
How should i use 64-bit data in GCC under Linux?
Moderator: Board moderators
-
- Guru
- Posts: 584
- Joined: Thu Jun 19, 2003 3:48 am
- Location: Sanok, Poland
- Contact:
-
- Guru
- Posts: 584
- Joined: Thu Jun 19, 2003 3:48 am
- Location: Sanok, Poland
- Contact: