Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c

How often does processor cache flush?

something about #define syntax in C

c

How to read 2’s complement value from two registers into an int

Operator precedence and Associativity in C/C++

Static hint in variable length arrays

c arrays c99

Correctly creating and running a win32 service with file I/O

c++ c winapi service

Initializing string and array in C - The difference

c

Virtual memory system, page table and TLB

Multiprocessors vs Multithreading in the context of PThreads

How to get notified in gdb when memory is freed?

c debugging memory gdb

What is the difference between unsigned char and unsigned short in this case?

c bit-manipulation

Using == outside of an if statement?

c++ c

raw terminal mode - how to take in input?

c io terminal

Array of Structs are always faster than Structs of arrays?

Tricky recursive function 007

c recursion

Quick way to set a bitmask from a boolean in C

c bitwise-operators bitmask

make ignores -std=c99 flag when compiling and linking a C program

c compilation makefile

Making a C program smaller

c

Invalid write/read valgrind errors, no solution found in other questions

c valgrind

Adding (or doing any other math) every member of two same structs with less code

c struct