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
Writing stdin to a file
Sep 07, 2025
c
stream
pipe
stdin
Program to count the number of bits set in c
Sep 08, 2025
c
How to use OpenSSL to validate a *.SF / *.RSA signature created by the Jarsigner
Sep 07, 2025
c
openssl
jarsigner
Loading shared library twice
Sep 08, 2025
c
ubuntu
shared-libraries
.def files C/C++ DLLs
Sep 08, 2025
c++
c
dll
Initialization vs Assignment in C
Sep 08, 2025
c
language-lawyer
Heap allocate a 2D array (not array of pointers)
Sep 07, 2025
c
multidimensional-array
malloc
Is there a way to make a single function operate on different structures (having common members) in c
Sep 07, 2025
c
struct
void-pointers
How to make PHP and C/C++ interact with each other
Sep 07, 2025
php
c++
c
Non-static initialization of a flexible array member?
Sep 07, 2025
c
Access a global static variable from a .so file without modifying library
Sep 05, 2025
c
compiler-construction
Replacing "==" with bitwise operators
Sep 07, 2025
c
binary
bit-manipulation
WRITE_ONCE and READ_ONCE in linux kernel
Sep 07, 2025
c
linux-kernel
atomic
volatile
lock-free
Which is better for local IPC, POSIX message queues (mqueues) or Unix domain (local) sockets?
Sep 07, 2025
c++
c
sockets
ipc
posix
CAN for large packets of data exchange without using standard protocols
Sep 07, 2025
c
embedded
can-bus
Why does GCC’s static analyser falsely warn that a pointer to an allocated memory block itself stored in an allocated memory block may leak?
Sep 07, 2025
c
gcc
malloc
The x86 disassembly for C code generates: orq $0x0, %(rsp)
Sep 07, 2025
c
assembly
gcc
x86-64
callstack
Why is address sanitizer not indicating a memory leak after malloc() memory was not freed?
Sep 06, 2025
c
memory-leaks
address-sanitizer
Why return does not exit a process in xv6?
Sep 08, 2025
c
xv6
« Newer Entries
Older Entries »