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
trying to reverse a string inplace using two pointers
Aug 27, 2026
c
pointers
Why use dynamic memory allocation(i.e. malloc()) when implementing linked list in c?
Aug 26, 2026
c
memory-management
data-structures
struct
What is "bit padding" or "padding bits" exactly?
Aug 27, 2026
c++
c
memory
memory-management
padding
Why can I declare a variable after a label in GCC, but not Clang?
Aug 27, 2026
c
gcc
label
clang
What is the difference between &(str[i]) and (&str)[i]?
Aug 25, 2026
c
Is adding a uintptr_t to a pointer symmetric?
Aug 27, 2026
c
pointers
type-conversion
language-lawyer
Copying a char array to another const char array during declaration
Aug 25, 2026
c
arrays
string
generic-programming
Fermat Primality Test failure in C
Aug 26, 2026
c
testing
primes
Get length of an Array using a pointer
Aug 27, 2026
c
arrays
pointers
arduino
Explanation of the disassembly of the simplest program (x86)
Aug 27, 2026
c
assembly
x86
ollydbg
Why does strtod() with DBL_MIN give ERANGE?
Aug 27, 2026
c
floating-point
strtod
Dynamic Memory Allocation for Arrays in C
Aug 26, 2026
c
arrays
memory
dynamic
malloc
how to rotate the given string to left or right in C?
Aug 27, 2026
c
Serial programming: measuring time between characters
Aug 26, 2026
c
serial-port
timing
modbus
Embedded Programming, Wait for 12.5 us
Aug 26, 2026
c
embedded
real-time
Where does ELOG messages go?
Aug 27, 2026
c
postgresql
postgis
pgrouting
Interrupting c/c++ readline with signals
Aug 26, 2026
c
pthreads
signals
readline
C print ping-pong using semaphores and threads
Aug 26, 2026
c
multithreading
semaphore
ARM Cortex M3: Atomic Writes
Aug 26, 2026
c
arm
atomic
« Newer Entries
Older Entries »