Top "Long-integer" questions

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

Long Vs. Int C/C++ - What's The Point?

As I've learned recently, a long in C/C++ is the same length as an int. To put it simply, …

c++ c integer long-integer
Java: Checking if a bit is 0 or 1 in a long

What method would you use to determine if the the bit that represents 2^x is a 1 or 0 ?

java long-integer bit-shift
Long vs BigInteger

I understand that both java.lang.Long and java.math.BigIntegercan hold very large natural numbers. I also know Long's …

java long-integer biginteger
Convert from Long to date format

I want to convert Long value to String or Date in this format dd/mm/YYYY. I have this value …

android date long-integer
Java : convert long to Timestamp

I know, how to convert a Timestamp to a long, with the getTime() method. Is there a method that convert …

java timestamp long-integer
What happens when I assign long int to int in C?

In a recent homework assignment I've been told to use long variable to store a result, since it may be …

c casting integer variable-assignment long-integer
Why Use Integer Instead of Long?

I often see questions relating to Overflow errors with vba. My question is why use the integer variable declaration instead …

integer long-integer integer-overflow vba
warning: left shift count >= width of type

I'm very new to dealing with bits and have got stuck on the following warning when compiling: 7: warning: left shift …

c bit-manipulation long-integer bit-shift
NameError: global name 'long' is not defined

I have a Python version 3.3.0 and I am not sure why it does not let me do long for b …

python-3.x long-integer nameerror
Why can't I assign a 'long' a value of 4 billion?

I'm trying to declare a long value in Java, which unfortunately does not work. This is my code. It results …

java file long-integer