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
Does idiomatic initialization of a dynamic array invoke Undefined Behavior?
Sep 04, 2025
arrays
c
language-lawyer
dynamic-memory-allocation
undefined-behavior
Suppress "output truncated before terminating nul"
Sep 04, 2025
c
gcc
If all variable / function names in C must be unique, then how is there no clash in standard library?
Sep 05, 2025
c
Returning error codes from a C function which returns object pointer?
Sep 04, 2025
c
Reading a .wav file using libsndfile in C
Sep 04, 2025
c
mingw
codeblocks
libsndfile
GCC removes a bounds check in the right operand of &&, but not in the left operand, why?
Sep 04, 2025
c++
arrays
c
gcc
compiler-optimization
Can two structs in C99/C11 alias?
Sep 04, 2025
c
strict-aliasing
Alignment of a struct with two doubles is 4 even though double is aligned to 8 (32bit)
Sep 04, 2025
c
gcc
struct
double
memory-alignment
close() with SO_LINGER won't send RST
Sep 04, 2025
c
linux
sockets
tcp
Linked List Sorting with Strings In C
Sep 05, 2025
c
string
linked-list
Allocate memory and save string in c
Sep 05, 2025
c
string
malloc
free
How to support multiple language in a Linux C/C++ program?
Sep 05, 2025
c++
c
linux
locale
Modifying string with russian symbols in c language
Sep 05, 2025
c
arrays
string
What is another alternative to strcat and strncat functions in C?
Sep 04, 2025
c
string
character
strcat
Openmpi mpmd get communication size
Sep 05, 2025
c++
c
parallel-processing
mpi
openmpi
What happened if I don't set EPOLLOUT event and direct call write() function?
Sep 05, 2025
c++
c
sockets
epoll
How to reverse the 4 bytes of an unsigned integer? [duplicate]
Sep 04, 2025
c
int
unsigned
Does the definition int a = 0, b = a++, c = a++; have defined behavior in C?
Sep 05, 2025
c
language-lawyer
undefined-behavior
sequence-points
c17
What is and how to solve the warning: format ‘%p’ expects argument of type ‘void *’, but argument 2 has type ‘int *’ [-Wformat=] when printing it out
Sep 05, 2025
c
compiler-warnings
« Newer Entries
Older Entries »