Search code examples
Given a double value x, why (signed long long)(x) != *(signed long long *)(&x)?...

ctype-conversiondoubleformat-specifierslong-long

Read More
Power for big numbers modulo m in C...

calgorithmfunctionlong-long

Read More
How does 'long double' occupy 16 bytes / 128 bits of storage when my CPU (X64 ISA)?...

cx86-64abilong-doublelong-long

Read More
Need large integers and floats. Trouble with long long int and long double...

cgcclong-integerlong-doublelong-long

Read More
How can long long int exist on 32-bit machines?...

ctypes32bit-64bit32-bitlong-long

Read More
Why do C compilers specify long to be 32-bit and long long to be 64-bit?...

c32bit-64bitlong-integerbitlong-long

Read More
How do you format an unsigned long long int using printf?...

csyntaxprintfformat-specifierslong-long

Read More
Why is the use of cin, cout or %I64d preferred over %lld specifier in C++?...

c++64-bitiostreamformat-specifierslong-long

Read More
sprintf for unsigned _int64...

c++cformat-specifiersuint64long-long

Read More
C++ calculation of long long with int...

c++long-long

Read More
Using preprocessing directive #define for long long...

c++c++14preprocessor-directivelong-long

Read More
compatibility 32bit-excel and 64-bit excel (office 365)...

vbacompatibility32bit-64bitlong-longvba7

Read More
3 * 1000000000 overflows as an int, but the variable is long long. Why?...

c++literalsinteger-overflowlong-long

Read More
Long long in c99...

cassemblytypesabilong-long

Read More
Is C++11's long long really at least 64 bits?...

c++c++11long-long

Read More
C++ count digit of factorial of a large digit, two digit number or more...

c++factorialdigitsunsigned-long-long-intlong-long

Read More
-9'223'372'036'854'775'808LL is unsigned...

c++integerliteralsc++20long-long

Read More
Buggy transfer of single long long numbers to int array...

arrayscmodulolong-long

Read More
How do I convert a long long into a string?...

cstringlong-longasprintf

Read More
with Strings in c...

csearchlong-long

Read More
Why is "int" not working correctly with "j" but long long is working fine?...

c++intoverflowlong-integerlong-long

Read More
Should I use long long or int64_t for portable code?...

c++ctypesint64long-long

Read More
How to store 64 digits integer in C?...

cwarningslong-long

Read More
Why is my arithmetic with a long long int behaving this way?...

c++floating-pointprecisionlong-long

Read More
How do I check if A+B exceed long long? (both A and B is long long)...

c++long-long

Read More
How can I declare a PtrSafe Sub in VBA? Windows 7, Excel 2016, 64-bit...

excelvbalong-long

Read More
How to handle "type mismatch" in VBA boolean/LongLong array?...

arraysvbalong-long

Read More
Why can I not initialize a long long as expected?...

c++64-bitlong-long

Read More
Unexpected long long value in C++...

c++loopsoutputlong-long

Read More
Accelerating performance of loop performing unsigned long long modulo operation...

cperformanceloopsmoduluslong-long

Read More
BackNext