H
Hal Murray
Guest
I want to do something like
x <= x + 123456789123123;
where the constant is bigger than 32 bits.
Is there a standard/clean way to do this?
In case it matters, I actually want to pass the constant
in as a generic. I'm willing to write ugly code as long
as it gets good results.
--
The suespammers.org mail server is located in California. So are all my
other mailboxes. Please do not send unsolicited bulk e-mail or unsolicited
commercial e-mail to my suespammers.org address or any of my other addresses.
These are my opinions, not necessarily my employer's. I hate spam.
x <= x + 123456789123123;
where the constant is bigger than 32 bits.
Is there a standard/clean way to do this?
In case it matters, I actually want to pass the constant
in as a generic. I'm willing to write ugly code as long
as it gets good results.
--
The suespammers.org mail server is located in California. So are all my
other mailboxes. Please do not send unsolicited bulk e-mail or unsolicited
commercial e-mail to my suespammers.org address or any of my other addresses.
These are my opinions, not necessarily my employer's. I hate spam.