Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c

get the variable name passed to a function in C

c

Implementation of printf() function

c operating-system osdev

How can i notify my C or C++ application program when an update or changes happens in mysql database

c++ mysql c

How can I get updated system DPI information from X11 in a C program?

c x11 sdl-2 highdpi

How to compile program with _mm_clflushopt function? error: inlining failed

c gcc compilation intrinsics

FUSE lib passthrough.c example. Where is it mirrors my / exactly?

c linux filesystems fuse

Role of tty in Linux kernel

"multiple definition of first defined here". STM32, AC6 Studio

c arm stm32 hardware

Error C2059: syntax error : 'string'

how to target reliably functions when pre-processing C/C++ code with sed or awk?

c++ c regex awk sed

In C what is the difference between null character and a new line character?

c

Trying to understand fread

c fread

sin() returns a slightly different results for the different platforms

c floating-point

Proper Memory Handling for User Input in C

Socket Blocking and Timeout on Select

c sockets posix-select

Multiple argument in pthread_create

c linux pthreads

How to handle Win32 Application termination

c winapi signals