Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c

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

What should I use instead of goto statement?

c

C bitwise-shift: right operand considered for implicit type-conversion?

Issue with removing new lines & printf

c windows printf mingw newline

Declaring vs defining variables in c [duplicate]

Value of variable as integer and as double

c++ c integer double

What's a portable way of converting Byte-Order of strings in C