Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c

Why does global symbol in the same file needed to be relocated?

Reading a line from text file dynamically

how to update install GCC 11.2 on windows

c windows gcc windows-10 mingw

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?