Search code examples
Is it possible for int_least16_t to be an alias for int rather than short?...


ctypesintegerintstdint

Read More
Maximum size of object macro...


cmacrosstdint

Read More
Base and inherited objects to wrap stdint variables in C++...


c++wrapperstdint

Read More
Why do fixed width types delegate back to primitives?...


c++visual-c++stdint

Read More
Why is int_fast16_t 64 bits on a 64-bit system?...


cstdintcstdint

Read More
Is there a portable way to know if uintptr_t is defined in stdint.h?...


c++c++11stdint

Read More
In embedded MCU application is it better to use uint_fast16_t or size_t in for loops?...


coptimizationembeddedc99stdint

Read More
Why in C language for every signed int type must there be a corresponding unsigned int type?...


cc99unsignedsignedstdint

Read More
C: Is there something wrong with declaring byte arrays as uint8_t?...


carrayscharuint8tstdint

Read More
Storing int16_t's in uint64_t's...


cunsignedsignedstdint

Read More
stdint.h and C99...


cc99standard-libraryopenvmsstdint

Read More
Should I use the stdint.h integer types on 32/64 bit machines?...


cintegertypedefstdint

Read More
Write n bytes and read n bytes: sending number of bytes to read using uint16_t...


csocketstcpstdint

Read More
How do you determine if your machine supports a standard integer datatype in C?...


cstdint

Read More
How are standard integers from <stdint.h> translated during compilation?...


cstdintcstdint

Read More
Left-shifting an uint64_t zeroes out most significant dword...


c64-bitx86-64bit-shiftstdint

Read More
Why does everybody typedef over standard C types?...


c++cstdint

Read More
Inconsistency with inttypes.h, fscanf(), fprintf()...


cscanfstdint

Read More
Converting 16-bit integer to 8-bit integer?...


bit-shiftstdintcstdintuint16uint8t

Read More
Standard byte sizes for variables in C?...


cvariablesmemorystdint

Read More
using stdint with swig and numpy.i...


pythonc++numpyswigstdint

Read More
What is this mysterious macro plus sign in stdint.h?...


cmacrosstdint

Read More
Where is stdlib.h / stdint.h in Visual Studio 2010?...


visual-studiovisual-studio-2010stdinclude-pathstdint

Read More
Which C++ standard header defines SIZE_MAX?...


c++headersize-tstdint

Read More
Usage of uintptr_t vs DWORD_PTR...


c++typesstdint

Read More
How to use abs and div with fixed-size integers...


cc99stdint

Read More
Is there a way to fix format specifiers warnings for stdint types?...


cprintftypedefstdint

Read More
Problems installing RMagick-gem in Rails...


ruby-on-railsrmagickstdint

Read More
How can I extract blocks of Bytes from a int32_t and store it in a int16_t or int8_t using c?...


cbinarybyteconvertersstdint

Read More
Include of stdint.h in a header file breaks compiling with clock_gettime()...


cgccposixstdint

Read More
BackNext