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
How to add elements from one array into another array of an undefined size based on a condition?
Apr 30, 2026
c
arrays
concatenation
dynamic-memory-allocation
Visual Studio fails to load native dll in design mode
Apr 30, 2026
c#
c
wpf
visual-studio
dll
Copying missing headers on iOS
Apr 30, 2026
ios
c
iphone-privateapi
Why is the type defined twice when using floor() in C?
Apr 30, 2026
objective-c
c
What is the Difference between Bottom-up and Top down methods in splay tree?
Apr 30, 2026
c
data-structures
splay-tree
breaking down typedef structs in objective-c
Apr 29, 2026
objective-c
c
struct
typedef
Using function inside a call back in different function
Apr 30, 2026
c
serial-port
embedded
usb
cdc
Static scoping in C/C++
Apr 29, 2026
c++
c
scoping
dynamic-scope
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
« Newer Entries
Older Entries »