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
conversion of unsigned integer variable to signed variable
Dec 14, 2025
c
unsigned
signed
How to create files in the xv6?
Dec 13, 2025
c
file
xv6
Catching when the linux kernel writes a page back to a memory mapped file?
Dec 13, 2025
c
linux
mmap
Pure C Code For Video Encoding
Dec 14, 2025
c
encoding
h.264
decoding
The version of pthread_join() that does not block main(): POSIX
Dec 13, 2025
c
multithreading
posix
Dynamically allocated array of structures in C
Dec 14, 2025
c
struct
dynamic-arrays
variable-length-array
Error handling in a C, void returning function
Dec 14, 2025
c
malloc
pointer arithmetic (char*) &a[1] - (char *)&a[0] == 4
Dec 13, 2025
c
pointers
casting
Signal handler using sigaction and instruction SIGINT. fail with struct variable: no storage size of sa is known
Dec 11, 2025
c
struct
compiler-errors
signals
handler
rotary encoder overflow prevention
Dec 14, 2025
c
assembly
embedded
microcontroller
avr
Is a function recursive if it calls itself TRIVIALLY
Dec 13, 2025
c
recursion
reducing if statements in C for efficiency
Dec 14, 2025
c
if-statement
assembly
conditional-statements
reduce
C expression must be a modifiable lvalue (Why am i getting on this expression)
Dec 13, 2025
c
if-statement
Trying to reverse engineer a function
Dec 12, 2025
c
assembly
x86
reverse-engineering
att
Variable Length Arguments without using stdarg.h
Dec 13, 2025
c
printf
Ampersand or no ampersand before string variable name in scanf() and printf()?
Dec 13, 2025
c
string
printf
scanf
Typedef and struct in C
Dec 14, 2025
c
struct
typedef
Older Entries »