negitve points in the forum.

I've noticed a few people who are at negative thousand points or more.

What would someone have to do to get that?

(I've tried asking them, but perhaps unsurprisingly have not received a response)

2 Replies

You just didn't ask the right person.

According to the powers that be: this is an issue with the forum software itself. Unfixable.

Now one of our regular posters seems to have figured out part of the puzzle. He ought to apply for a job with the Wolf Labs/Burning board software company.

LawrenceCZL wrote:

It is negative because a programmer used a signed integer instead of an unsigned integer for points. With an unsigned integer for points you can't have a negative integer. With a signed integer if the left most bit of the integer becomes a 1, then it becomes a negative integer. To fix it, they would just need to change the integer type to an unsigned integer.

"Basic signed integer type. Capable of containing at least the [−32,767, +32,767] range;[3][4] thus, it is at least 16 bits in size." So usually, one wouldn't expect to get negative points till your total points went over 32,767.

Some of that goes over my head a bit. 8|

War is a game that is played with a smile. If you can't smile, grin. If you can't grin keep out of the way til you can. - Winston Churchill
VorlonFCW
Retired from Bytro staff as of November 30, 2020.
>>> Click Here to submit a bug report or support ticket <<<

I understood the negative integer part; everything after that was Greek to me.

It's not that Vorlon did anything naughty; he's just "special."

Post a Reply

Please log in to post a reply.

Back to Questions and Answers
Quick Launch