List Question
20 TechQA 2023-10-02T14:33:26.980000Why Clang and GCC complain about this specific situation
86 views
Asked by Alexandre Deus
Surprising result when reading int_fast8_t from std::cin
65 views
Asked by Oportunitas
Why does compiler show error message about C standard library when compiling programs which include those libraries?
175 views
Asked by AudioBubble
Are there any platforms that define fixed-width types from stdint.h with bits other than 8, 16, 32 or 64?
186 views
Asked by saxbophone
Different behaviors in stringstream given std::hex, uint8_t vs int
302 views
Asked by Joshua
C++ random output when using <cstdint>
53 views
Asked by Duško Mirković
How to check if fixed width integers are defined
2.2k views
Asked by Rick de Water
Does the standard guarantee that uint8_t, int8_t, and char are all unique types?
436 views
Asked by Eric
Why sscanf can't read an uint64_t and a char from one string?
2.7k views
Asked by JiaHao Xu
What is a good example of leveraging the differences between int*_t, int_fast*_t and int_least*_t in C++11?
129 views
Asked by Eduardo J. Sanchez
Why is int_fast16_t 64 bits on a 64-bit system?
300 views
Asked by Galaxy
C++ 11 int8_t buggy input/output
1.9k views
Asked by Galaxy
Cstdint Missing Error When Installing Pydaedalus with PiP
575 views
Asked by Ambluj
Why are the *_leastN_t and *_fastN_t types required, not optional?
163 views
Asked by underscore_d
What data type, scheme, and how many bits should be used to store a FOREX price?
48 views
Asked by kmiklas
VS 2015 C-header error C2039: 'int_least8_t': is not a member of '`global namespace''
2.2k views
Asked by bernardo.m.luz
How are standard integers from <stdint.h> translated during compilation?
433 views
Asked by Izzo
Can cstdint typedefs bind to some implementation specific types std::numeric_limits is not specialized for?
310 views
Asked by AudioBubble
Bluez libraries cause a lot of problems
1.1k views
Asked by r_spb