Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c

Converting a structure containing floats into something more network friendly

defined macro '__CCP_H__' is reserved to the compiler [MISRA 2012 Rule 21.1, required]

c misra

Finding numbers greater and less than in array

c pass-by-reference

How to create a cairo object within a gtk window in GTK+3

c gtk cairo

Using condition instead of assignment in first part of for header in C

c loops for-loop

Can c11's 'Generic' keyword be used within gcc _Static_assert

Verify macro argument size at compilation time

c sizeof bit-fields c11

Using bitwise operation to multiply by 3

Assign volatile to non-volatile sematics and the C standard

Is it undefined behavior to get the address of an array element that is out of bounds?

c arrays undefined-behavior

Why is fgets call ignored if input is of specific size and format?

c string

Does WebAssembly run faster if written in C as opposed to Python?

python c webassembly

Using a pointer to struct returned from a function

Why is running Quake II as root stupid?

c root quake

What happens in the assembly output when we add "cc" to clobber list

c gcc inline-assembly

Most efficient formula for unpacking 16-bit BCD? (e.g. 0x1234 to 0x01020304)

Complexity to find if there is a missing element in an array

c arrays complexity-theory

Structs and unions: which is better from a performance point of view? Passing the parameter by value or pointer?

What is the purpose of having a function prototype in a function?

c++ c

Why does LD_PRELOAD work with syscalls? ​