Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c

C - Inserting into linked list in ascending order

c linked-list

Can't debug lex.yy.cc file

c lex

Memory Alignment warning with gcc

How does memory allocation work with char pointers(string literals, arrays)?

c pointers char-pointer

Strange output when using fork() and signal handling

c signals fork signal-handling

GCC false positive warning on strncpy usage?

c++ c g++ gcc-warning

Is there a format processor to write my own printf-like function and keep the %d style arguments, without using sprintf?

c++ c serial-port printf uart

Getting rid of the command prompt window in win32

c++ c cmd mingw winapi

Socket data corrupted during TCP/IP transfer

c sockets

How is logic operator short circuiting here?

c logical-operators

Why does ungetc have a parameter to specify which character to push back?

c file-io char ungetc

Do I need syncrhonization in this case?

c linux gcc x86-64

Is the math library linked statically?

c gcc libraries static-linking

Why doesn't YACC generate shift-reduce conflict?

Using getpid() with clone() results in SIGSEGV

c memory clone

Reserving memory for DMA usage

c linux linux-kernel driver dma

How do you continue to scan until new line C without using (fgets)

c

Why are braces needed for preprocessor in order to have statement?

Sending 16 bit values on 8 bit UART

c uart psoc cypress-psoc

Assignment from incompatible pointer type after code compilation

c