Questions
Linux
Laravel
Mysql
Ubuntu
Git
Menu
HTML
CSS
JAVASCRIPT
SQL
PYTHON
PHP
BOOTSTRAP
JAVA
JQUERY
R
React
Kotlin
×
Linux
Laravel
Mysql
Ubuntu
Git
New posts in c
Why does using a char** cause a segfault where a char* works?
Aug 07, 2026
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?
Aug 07, 2026
c
function
pointers
parameter-passing
Getting the size of the __TEXT section at link time on macOS
Aug 07, 2026
c
macos
linker
darwin
mach-o
Inverting array elements (bitwise) doesn't work
Aug 08, 2026
c
arrays
bit-manipulation
calculate time complexity of square root algorithm
Aug 08, 2026
c
algorithm
time-complexity
C implementation of image processing dilation creating repeated patterns on the result image
Aug 07, 2026
c
image-processing
convolution
Location of source file #include <drivers/gpio.h>
Aug 07, 2026
c
zephyr-rtos
Python: how to write to fd 3?
Aug 07, 2026
python
c
stdout
file-descriptor
fdopen
FFmpeg - H264 encoder could not find a valid device and can't configure encoder
Aug 07, 2026
c
ffmpeg
h.264
Why is calling snprintf() so slow?
Aug 07, 2026
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?
Aug 07, 2026
c++
c
pthreads
mutex
Where are local static variables inside a function stored - in the data segment, or on the stack?
Aug 08, 2026
c++
c
How to solve SIGSEGV, Segmentation fault in C?
Aug 07, 2026
c
unix
valgrind says i have conditional jump or move depends on initialized value(s) [duplicate]
Aug 06, 2026
c
valgrind
Proper end pointer with strtol() and "0x"? [duplicate]
Aug 06, 2026
c
language-lawyer
Including third-party libraries in C applications
Aug 07, 2026
c
organization
Seemingly pointless operations in a macro
Aug 07, 2026
c
embedded
autosar
OpenSSL 3 Diffie-Hellman Key Exchange C++
Aug 07, 2026
c++
c
openssl
diffie-hellman
MISRA Violation 12.5 when using && and || in if-statement
Aug 07, 2026
c
if-statement
boolean-logic
misra
« Newer Entries
Older Entries »