Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c

Ternary operator as a command?

Stringify CMake preprocessor token

How to use XShmGetImage and XShmPutImage

c x11 shared-memory

Passing a 2D array of structs

why we use char array to create a buffer [duplicate]

c

Set X11 cursor to arrow

c x11 xlib mouse-cursor

How to print floating point value using putchar?

c embedded

pthread_exit() in signal handler

c linux pthreads

How does uint32_t guarantee 32 bits?

c++ c int size int32

Is the least significant bit (LSB) always the "first" bit?

c bit

Convert uint8_t array to uint16_t

c

About the largest value an int can hold in C programming?

c

SSE byte and half word swapping

c x86 sse simd intrinsics

Why does printing out variables in C change their values?

c pointers

Lazy arithmetic in C

c lazy-evaluation

Why does this multi-threaded program work (and not crash)?

c multithreading pthreads

C array of structs initialization issues when using macros

c arrays macros struct

Avoiding string copying in Lua

c performance lua

How to change values of a struct passed to a function

c

atof and non-null terminated character array

c++ c atof