Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c

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

valgrind says i have conditional jump or move depends on initialized value(s) [duplicate]

c valgrind

Proper end pointer with strtol() and "0x"? [duplicate]

c language-lawyer

Including third-party libraries in C applications

c organization

Seemingly pointless operations in a macro

c embedded autosar

OpenSSL 3 Diffie-Hellman Key Exchange C++

c++ c openssl diffie-hellman

MISRA Violation 12.5 when using && and || in if-statement