Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c

Wait for user input in while(1) loop

c while-loop

Address space for shared libraries loaded multiple times in the same process

Serial communication: 0x0D is replaced by 0x0A during transmission

c++ c linux serial-port

Binary to Float

c floating-point binary

Use casts to access a byte-array like a structure?

g_signal_connect for right mouse click?

c gtk

Analysis of float/double precision in 32 decimal digits

c++ c precision

mktime returns wrong timestamp (off by a whole month)

c date time utc mktime

How to chain multiple fma operations together for performance?

c++ c floating-point fma

GStreamer tutorial not working

c gstreamer

int8_t and char: converts between pointers to integer types with different sign - but it doesn't

c++ c char embedded

Socket accept is consuming my memory on windows without release

How to pass char array from C JNI function to Java method as byte[]

What promoted types are used for switch-case expression comparison?

c++ c language-lawyer

How to compute a least common ancestor algorithm's time complexity?

Get window handle of SDL 2 application

c winapi sdl sdl-2

printf continuously printing

c printf

Incorrect result with islower when using ctypes

python c ctypes

C++, error: '__locale_t' has not been declared

c++ c eclipse

Connect to port using TCP with C

c sockets tcp