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
Can't deallocate pointer to structure previously allocated
Apr 19, 2026
c
memory
struct
free
How come this system of particles keeps increasing in energy?
Apr 18, 2026
c
physics
variable name change causes segfault (datatype same name as the variable, used with malloc)
Apr 19, 2026
c
struct
segmentation-fault
malloc
variable-names
Why is fprintf causing memory leak and behaving unpredictably when width argument is missing
Apr 19, 2026
c++
c
memory-leaks
printf
How to Link static or shared library to Kernel Module?
Apr 18, 2026
c++
c
gcc
makefile
kernel-module
Why is this piece of code triggering "Write overrun warning (C6386)" with MSVS2012
Apr 18, 2026
c
C and JNI arraylist
Apr 18, 2026
java
android
c
java-native-interface
How do I combine a shared object (.so) and a static library (.a) into a new shared object?
Apr 18, 2026
c
linux
scanf("%s") stores string even after using it after scanf("%d")
Apr 17, 2026
c
scanf
What is the difference between : int a = (b<<2) >>2; and int a = b & 0x3F; when b is an unsigned char?
Apr 17, 2026
c
How to convert an int8_t array to int32_t array in C
Apr 17, 2026
c
arrays
byte
Why would printf() crash if I pass only one argument, which is a variable?
Apr 18, 2026
c
string
printf
Is there a difference in performance when swapping if/else condition?
Apr 18, 2026
c
performance
if-statement
How to make strcmp to return 0 in assembly
Apr 17, 2026
c
assembly
x86
strcmp
c - how gets() work after scanf? [duplicate]
Apr 17, 2026
c
scanf
gets
Detect if a 32bit process is running in a 64bit environment under Linux
Apr 18, 2026
c++
c
linux
64-bit
32bit-64bit
« Newer Entries
Older Entries »