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
What's the difference between if( !(s & i) ) and if( s&i == 0 )?
Apr 28, 2026
c++
c
bitwise-operators
Why does strncpy() produce garbage when the dest is smaller than the src but large enough to fit the wanted substring of src?
Apr 30, 2026
c
string
strcpy
strncpy
The const char* should it be freed in C?
Apr 29, 2026
c
function
char
constants
free
How to ensure that static library and application are compiled the same?
Apr 30, 2026
c
gcc
static-libraries
Search string in file (C)
Apr 29, 2026
c
arrays
pointers
replace
Will disabling interrupts protect a non-volatile variable or can reordering happen?
Apr 30, 2026
c
embedded
volatile
interrupt-handling
sequence-points
Implementing time delay function in C
Apr 29, 2026
c
delay
Linux system call: getaddrinfo return -2
Apr 28, 2026
c
linux
system-calls
Program run in child process doesn't loop
Apr 29, 2026
c
exec
fork
pipe
Anonymous struct with ANSI C
Apr 30, 2026
c
ansi-c
anonymous-struct
Libunwind PC value not working with addr2line
Apr 29, 2026
c++
c
dwarf
addr2line
libunwind
Segmentation fault on program with scanf
Apr 28, 2026
c
Creating hidden processes (window not visible)
Apr 30, 2026
c
windows
hide
createprocess
Initializing array of pointers to char
Apr 30, 2026
c
arrays
pointers
pthread thread state
Apr 30, 2026
c++
c
pthreads
Bringing another app's window to front on Mac in C
Apr 29, 2026
c
macos
What optimizations should be left for compiler?
Apr 29, 2026
c
optimization
How to play sound in C from scratch (Linux)
Apr 29, 2026
c
linux
« Newer Entries
Older Entries »