Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c

trying to reverse a string inplace using two pointers

c pointers

Why use dynamic memory allocation(i.e. malloc()) when implementing linked list in c?

What is "bit padding" or "padding bits" exactly?

Why can I declare a variable after a label in GCC, but not Clang?

c gcc label clang

What is the difference between &(str[i]) and (&str)[i]?

c

Is adding a uintptr_t to a pointer symmetric?

Copying a char array to another const char array during declaration

Fermat Primality Test failure in C

c testing primes

Get length of an Array using a pointer

c arrays pointers arduino

Explanation of the disassembly of the simplest program (x86)

c assembly x86 ollydbg

Why does strtod() with DBL_MIN give ERANGE?

c floating-point strtod

Dynamic Memory Allocation for Arrays in C

c arrays memory dynamic malloc

how to rotate the given string to left or right in C?

c

Serial programming: measuring time between characters

c serial-port timing modbus

Embedded Programming, Wait for 12.5 us

c embedded real-time

Where does ELOG messages go?

c postgresql postgis pgrouting

Interrupting c/c++ readline with signals

c pthreads signals readline

C print ping-pong using semaphores and threads

c multithreading semaphore

ARM Cortex M3: Atomic Writes

c arm atomic