Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c

C Program to Calculate Hypotenuse

c function hypotenuse

signed int modulo unsigned int produces nonsense results

c modulo mod signedness

Are structs with preprocessor branched implementation an ODR violation?

Using scanf to read uint8_t data

c struct scanf bit

What happens if the amount of characters that are entered into your character array is less than the amount of spaces you specified

c arrays character project

C pass array of structs by reference or by value to a function

How to initialize a struct to null?

c struct

readdir returning dirent with d_type == DT_UNKNOWN for directories . and

Comparing 2 vectors in AVX/AVX2 (c)

c simd avx avx2

Why is unsigned 4 not considered greater than signed -2? [duplicate]

No rule to make target '%.o'

c linux makefile gnu-make

Taking the address of a function from within that function

c language-lawyer

What is the purpose of bitshifting by 0

Is dangling pointer dangerous if never being used?

c dangling-pointer

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