2012-11-25, 02:01 AM
If they can use a long long for mob HP, they can use it for meso, and for experience (necessary for raising level limit).
http://en.wikipedia.org/wiki/Integer_%28...nd_C.2B.2B
Note that this does not require compiling for 64 bit Windows. A 32 bit machine can do 64 bit arithmetic, given the proper coding (which the compiler or microcode provide. Nexon's programmers don't need to do a thing, except change the variable type). Of course it will be slower than using the machine's native word size, but since when has Nexon cared about performance?
http://en.wikipedia.org/wiki/Integer_%28...nd_C.2B.2B
Wikipedia Wrote:In the C99 version of the C programming language and the C++11 version of C++, a long long type is supported that doubles the minimum capacity of the standard long to 64 bits.
Note that this does not require compiling for 64 bit Windows. A 32 bit machine can do 64 bit arithmetic, given the proper coding (which the compiler or microcode provide. Nexon's programmers don't need to do a thing, except change the variable type). Of course it will be slower than using the machine's native word size, but since when has Nexon cared about performance?

