Questions
Linux
Laravel
Mysql
Ubuntu
Git
Menu
HTML
CSS
JAVASCRIPT
SQL
PYTHON
PHP
BOOTSTRAP
JAVA
JQUERY
R
React
Kotlin
×
Linux
Laravel
Mysql
Ubuntu
Git
New posts in integer-overflow
How to multiply a 64 bit integer by a fraction in C++ while minimizing error? [duplicate]
Mar 21, 2023
c++
multiplication
integer-overflow
integer-division
Array auto-filling itself in C++
Mar 21, 2023
c++
arrays
cin
integer-overflow
Unsigned integer in C++ [duplicate]
Mar 10, 2023
c++
integer-overflow
unsigned-integer
Binary Search Middle Value Logic
Mar 08, 2023
algorithm
math
bit-manipulation
binary-search
integer-overflow
Difference between two large numbers C#
Feb 09, 2023
c#
math
difference
integer-overflow
How to add or multiply two i16 in Rust to form an i32 without overflowing?
Jan 27, 2023
rust
integer-overflow
What happens when a char is assigned a value too large to fit in a byte?
Jan 14, 2023
c
char
integer-overflow
Why does GCC -O2 and -O3 optimization break this program?
Jan 10, 2023
c
gcc
optimization
infinite-loop
integer-overflow
Is there a library for HUGE integers [closed]
Dec 28, 2022
java
biginteger
polynomial-math
integer-overflow
What are some common strategies different compilers use to deal with overflow in numeric conversions?
Dec 27, 2022
c++
compiler-construction
type-conversion
integer-overflow
floating-point-conversion
Factorial function produces wrong result for 21! and above
Dec 22, 2022
java
long-integer
factorial
integer-overflow
BCrypt says long, similar passwords are equivalent - problem with me, the gem, or the field of cryptography?
Dec 19, 2022
ruby
encryption
passwords
integer-overflow
bcrypt
What happens when a integer overflow occurs in a C expression?
Dec 17, 2022
c
integer-overflow
integer-promotion
doubt with range of int variable
Dec 15, 2022
java
integer-overflow
How to use biginteger in Clojure?
Dec 14, 2022
clojure
fibonacci
integer-overflow
Optimizations are killing my integer overflow checks in clang 6
Dec 12, 2022
c++
c++11
optimization
integer-overflow
fixed-point
Why didn't scala design around Integer Overflow?
Dec 05, 2022
scala
int
biginteger
integer-overflow
Why/how does gcc compile the undefined behaviour in this signed-overflow test so it works on x86 but not ARM64?
Dec 05, 2022
c
gcc
undefined-behavior
integer-overflow
arm64
Overflow issues when implementing math formulas
Dec 04, 2022
c++
algorithm
numerical-methods
integer-overflow
Why does (int)(1.0 / x) where x = 0 results in In32.MinValue rather than Int32.MaxValue?
Dec 04, 2022
c#
java
integer-overflow
Older Entries »