Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c

pthread_mutex_lock_full assertion failed error

c++ c pthreads mutex

The program gives wrong answer for large input

arrays c sum

Which is the correct way to build a static library with link time code generation on Linux?

c++ c gcc linker lto

reading the environment when executing ELF IFUNC dispatch functions

c linux glibc elf

Will a thread waiting on a mutex get the ownership, immediately after mutex_unlock() by other thread?

64 to 16 bit hash key

c hash

Network Discovery of Servers

Do signal handlers need to be reset on each call in C?

c

Evaluating sizeof long array of SIZE_MAX elements

c sizeof

Use of goto to continue from several nested loops C

c loops goto

Is volatile needed with how smart compilers are these days?

linux programming: write to device file

c linux

Get the size of heap and stack per process in Linux

convert sizeof() value to string in preprocessing time

c++ c string append sizeof

Impact of using select with blocking and non-blocking sockets

How to parse URLs in C using sscanf()?

C preprocessor: what is the motivation behind treating undefined macro as 0?

How to best emulate the logical meaning of _mm_slli_si128 (128-bit bit-shift), not _mm_bslli_si128

c sse simd intrinsics sse2

Passing an array as function argument without defining a variable [duplicate]

android: how to Update a SurfaceView from the ndk by updating the Surface buffer?