Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c

sizeof of an enum on 64 bit machine

c enums

Meaning of the `from` parameter of `lua_resume`

c lua

SIGTSTP signal handler for child process

c linux unix process signals

Find the duplicate element in an array of consecutive integers in O(log n) time

Obtain a pointer to a C char array in Swift

c arrays swift char tuples

Windows filename - How to check if filename would be valid?

c++ c windows winapi filenames

How do I tell GCC asm that an input register is clobbered?

c gcc x86 inline-assembly

Glueing C and C++ object files without source code

c++ c linker

How does alignment work with pointers to zero-sized arrays?

c gcc struct sizeof

Using dlsym() to look for a variable in a statically linked library

Does my stack grow upward instead of downward? [duplicate]

c gcc

Pointer in Struct -- unknown sized array

c struct

Constructing a JPEG image from RTSP MJPEG stream

c curl rtsp ip-camera mjpeg

what happens to a static c function that is not called

c compilation linker

pthread_join corrupts pthread_create argument in the stack

c linux multithreading

which one is right use of header file in C?

c++ c header

Use INotify to watch a file with multiple symlinks

c++ c linux symlink inotify

Why for loop order effect running time in matrix multiplication?

c for-loop matrix

c to c++, lost in translation

c++ c port

AMD64 -- nopw assembly instruction?

c gcc assembly x86 machine-code