Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c

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

Fail compile on purpose - Using source code of ongoing project

get all the HTTP headers from HTTP server response in libevent

c http libevent

Pass anonymous struct as parameter in C

c function struct parameters

Is there a way to programmatically set an interface MTU using C in Linux?

Get the size of a variable in Clang

c++ c clang

Drawing 3D sphere in C/C++

c graphics voxel

How do I strip out inactive #if directives with the gcc/g++ preprocessor?

c++ c gcc