List Question
20 TechQA 2023-12-22T18:29:53.840000C++, ifstream, and char
115 views
Asked by h4yf
Is streamsize really the signed counterpart of size_t?
81 views
Asked by ByteEater
warning: pointer targets in passing argument 3 of 'Proc_Start' differ in signedness
367 views
Asked by Snorny
c++ find implicit type conversion in the expression
211 views
Asked by schwillr
The best way in C++ to cast different signedness types each other?
530 views
Asked by Leon
How do I represent C's "unsigned negative" values in Rust code?
505 views
Asked by TheNextman
C comparison 'x < 0' where type of 'x' is arbitrary, i.e. might be unsigned
107 views
Asked by Frank-Rene Schäfer
Function return type is unsigned while it returns -1 for error
795 views
Asked by DrNoob
Conflicting signs in x86 assembly: movsx then unsigned compare/branch?
441 views
Asked by ineedahero
Can't align "pointer targets signedness"
960 views
Asked by Kater
Visual Studio 2015: No signed/unsigned mismatch warning in std::make_unique?
434 views
Asked by user2328447
gdb python pretty printer uint64_t is interpreted signed
70 views
Asked by Frank Bergemann
Why do fstream.read and fstream.write use char and not unsigned char?
1.1k views
Asked by McLovin
signed int modulo unsigned int produces nonsense results
2.2k views
Asked by Youda008
Right-shifting 32-bit ints
324 views
Asked by Cactus
Pointer targets in passing argument differ in signedness
51k views
Asked by ogs
gcc implicit signedness of constants
547 views
Asked by Austin Glaser
Issues about the signedness of char
437 views
Asked by Lingxi
C cast and char signedness
830 views
Asked by user209347
Why does System.Net.IPAddress use signed types?
608 views
Asked by qnyz