Top "Long-integer" questions

A long integer is an integer number, typically twice the size of a standard integer.

java.math.BigInteger cannot be cast to java.lang.Long

I've got List<Long> dynamics. And I want to get max result using Collections. This is my code: …

java hibernate collections long-integer biginteger
A long bigger than Long.MAX_VALUE

How can I get a long number bigger than Long.MAX_VALUE? I want this method to return true: boolean …

java long-integer
Convert python long/int to fixed size byte array

I'm trying to implement RC4 and DH key exchange in python. Problem is that I have no idea about how …

python bytearray long-integer diffie-hellman rc4-cipher
"OverflowError: Python int too large to convert to C long" on windows but not mac

I am running the exact same code on both windows and mac, with python 3.5 64 bit. On windows, it looks like …

python windows int long-integer
wordwrap a very long string

How can you display a long string, website address, word or set of symbols with automatic line breaks to keep …

css string long-integer word-wrap
The literal xyz of type int is out of range

I am working with data types at the moment in Java, and if I have understood correctly the type long …

java int long-integer
convert from long long to int and the other way back in c++

How to convert from long long to int and the other way back in c++ ?? also what are the properties …

c++ casting int long-integer
How to convert a hexadecimal string to long in java?

I want to convert a hex string to long in java. I have tried with general conversion. String s = "4d0…

java parsing hex long-integer
Cannot convert from type object to long

I have a hashtable named table. The type value is long. I am getting values using .values(). Now I want …

java casting types long-integer
Convert long to byte array and add it to another array

I want to change a values in byte array to put a long timestamp value in in the MSBs. Can …

java bytearray type-conversion long-integer