|
|
back to boardwhat compiler? Posted by ste 25 Jun 2003 22:43 I use C, & I tryed to use unsigned long long with base 1e18, but it gives me Compilation Error, so I changed long long to int and then all works well. On gnu gcc 3.1 it works well also with long long. Isn't a iso/ansi c standard feature? What is the compiler used here? Re: what compiler? Compiler is Visual C++. Please use unsigned __int64. |
|
|