Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c

esoteric C designated initializer failure, compiler bug or feature?

sscanf seems to behave different on uint variables vs int variables in c [duplicate]

c int scanf uint

Does it make sense to type cast literals?

c++ c embedded

CPU spatial cache locality in array iteration

Linux Device Driver Access Control

comma (,) in C Macro Definition

c syntax macros c-preprocessor

C structure that ends with an asterisk

c pointers struct

typedef function pointer recursive

c++ c

What is a 16 byte signed integer data type?"

c++ c types integer

Define a `static const` SIMD Variable within a `C` Function

Is writing then reading different union members undefined according to the C standard? [duplicate]

c language-lawyer

difference of pid_t and int in C [duplicate]

c types process

Do the first two arguments in exec* functions contain redundant information?

c linux

Is pointer to struct a pointer to its first member?

c pointers struct alignment

What would happen if "i = i++" was not considered undefined behavior? [closed]

c language-lawyer

operands for sizeof operator

c sizeof

Surprising behavior of strtoull("-1", NULL, 0) and other negative values

c language-lawyer strtoull

Why do I an get error when trying to print a null pointer

c pointers

atan2 for two sinusoids of arbitrary phase shift?

c algorithm math atan2

Create image from unsigned char buffer

c linux image fingerprint