Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c

Is there any way to include a header file in all C or CPP file automatically? [duplicate]

c++ c unix gcc makefile

C Modify Array in Struct

c struct operating-system

Are different pointers considered to be different data types?

c pointers types

C write/read detection on memory block

c linux posix mprotect

What's the meaning of "stripped, with debug_info" when I use "file" command for a shared library?

c++ c linux shared-libraries

No stack or heap when doing objdump

Why does using a char** cause a segfault where a char* works?

c pointers double-pointer

How do I pass a function as a parameter to a function in C, if the passed function also takes functions as parameters?

Getting the size of the __TEXT section at link time on macOS

c macos linker darwin mach-o

Inverting array elements (bitwise) doesn't work

c arrays bit-manipulation

calculate time complexity of square root algorithm

c algorithm time-complexity

C implementation of image processing dilation creating repeated patterns on the result image

Location of source file #include <drivers/gpio.h>

c zephyr-rtos

Python: how to write to fd 3?

FFmpeg - H264 encoder could not find a valid device and can't configure encoder

c ffmpeg h.264

Why is calling snprintf() so slow?

c performance assembly gcc x86

If a mutex is already locked how can pthread_mutex_lock(pthread_mutex_t *mutex); block the thread and still return a value at the same time?

c++ c pthreads mutex

Where are local static variables inside a function stored - in the data segment, or on the stack?

c++ c

How to solve SIGSEGV, Segmentation fault in C?

c unix