Search found 11 matches

by kevin_d_mccall
Thu May 22, 2008 5:39 am
Forum: NetBurner Software
Topic: operating and printing with 64-bit numbers
Replies: 2
Views: 4302

Re: operating and printing with 64-bit numbers

Try adding an 'L' after the constant you are trying to load into the long value as the compiler is trying to store it into an integer.

decimal_place = 1000000000000L;