Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c

Query regarding Misra rule 11.6 (MISRA C:2012)

c misra

Is there any memory leak in the normal routine of sqlite3_*()?

c sqlite

checking whether 4 points in a plane define a square?

c

will gcc optimization remove for loop if it's only one iteration?

c for-loop gcc optimization

How to improve the efficiency of the standard matrix addition algorithm in c?

c performance matrix

Is it guaranteed that assigning -1 to an unsigned type yields the maximum value?

c unsigned

C bitwise AND gives different result with -O0 and -O2

c gcc

unicode collation NIF running slower than Pure Erlang implementation

c erlang erlang-nif

Output of code containing complex pointers in C

c pointers

RAM memory optimization at compilation

c ram

Why does assignment of `uint8_t` to `uint8_t` give conversion warning?

c type-conversion

Is this End of Transmission character or something else?

c arrays ascii

Why does the following bitwise operation return an unintended result?

c

How to get current c dialect in gcc?

c gcc dialect

How to create file inside a directory using C

c file directory

Doesn't a 2D array decay to pointer to pointer

c arrays pointers

Using _Generic for printf formatting

c c-preprocessor

multi thread launch arrangement

c linux multithreading

Why is fread() stopping at a string of 0s?

c file io fread

Stringizing operator

c macros