TIL that a signed integer of size 0 bit in C++ represents the value of -0.5
Uncategorized
4
Posts
2
Posters
2
Views
-
TIL that a signed integer of size 0 bit in C++ represents the value of -0.5
-
TIL that a signed integer of size 0 bit in C++ represents the value of -0.5
@karolherbst excuse me what
-
@karolherbst excuse me what
@karolherbst blink twice if @vitaut hijacked your account
-
@karolherbst excuse me what
@lkundrak The range of representable values for a signed integer type is −2^(N−1) to 2^(N−1)−1 (inclusive), where N is called the width of the type.
-
undefined oblomov@sociale.network shared this topic