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 stdint
Should I use the stdint.h integer types on 32/64 bit machines?
Jan 06, 2023
c
integer
typedef
stdint
How should the [u]int_fastN_t types be defined for x86_64, with or without the x32 ABI?
Nov 28, 2022
c
x86-64
stdint
linux-x32-abi
Including C standard headers in CUDA NVRTC code
Nov 09, 2022
cuda
preprocessor
stdint
nvrtc
Portable reinterpretation of uint8_t as int8_t and forcing two's complement
Jul 07, 2022
c
casting
stdint
Printf with typedef integers, especially 64bit
Oct 23, 2019
c
gcc
printf
typedef
stdint
what's the equivalent of atoi or strtoul for uint32_t and other stdint types?
Jun 09, 2019
c
type-conversion
c99
stdint
Compile time checking existence of stdint.h
Oct 24, 2019
c
typedef
uint32
stdint
Casting uint32_t to int32_t and comparing them afterwards
Nov 11, 2022
c
stdint
Why in C language for every signed int type must there be a corresponding unsigned int type?
Oct 28, 2022
c
c99
unsigned
signed
stdint
Why do stdint.h can be found but cstdint not?
May 01, 2014
c++
g++
stdint
acc
uint8_t not rollover to 0 after reaching 255 not working properly
Apr 28, 2022
c
uint8t
stdint
gcc5
Why do implementations of "stdint.h" disagree on the definition of UINT8_C?
Nov 21, 2022
c++
c
standards
integer-promotion
stdint
difference between __u8 and uint8_t
Nov 15, 2022
c++
types
stdint
Why Microsoft Visual Studio cannot find <stdint.h>? [duplicate]
Oct 23, 2022
c++
std
stdint
Fastest integer type for common architectures
Nov 14, 2022
c
performance
architecture
integer
stdint
Which C++ standard header defines SIZE_MAX?
Sep 24, 2022
c++
header
size-t
stdint
What is this mysterious macro plus sign in stdint.h?
Dec 24, 2021
c
macros
stdint
How to check if fixed width integers are defined
Sep 05, 2022
c++
c++11
types
stdint
cstdint
Reasons to use (or not) stdint
Aug 27, 2022
c
char
stdint
Older Entries »