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 purpose of defining a C macro to be itself? (seen in glibc headers)
Sep 05, 2025
c
c-preprocessor
Performance of duplicating vs deduplicating identical conditional code in loops
Sep 04, 2025
c
performance
assembly
optimization
x86-64
Function pointer compatibility between single pointer and empty parameter lists
Sep 05, 2025
c
language-lawyer
c99
c23
va_arg - different behavior on Linux and Windows
Sep 05, 2025
c
variadic-functions
C Memory Error Debug Assertion Failed
Sep 05, 2025
c
visual-studio
debugging
memory
free
What data structure for O(1) random insertion/deletion and O(1) random access?
Sep 04, 2025
c
performance
data-structures
Which order should allocated memory blocks be freed in?
Sep 04, 2025
c++
c
memory-management
malloc
How to make CMakelists.txt to include some *.c and *.h files only for one OS?
Sep 04, 2025
c++
c
cmake
cmakelists-options
Can a C #error macro display multiple line message?
Sep 05, 2025
c
string
c-preprocessor
directive
Why does gcc -O1 optimization break this code modifying VRAM in a loop for a Gameboy Advance ROM?
Sep 04, 2025
c
gcc
arm
devkitpro
game-boy-advance
Data structure alignment difference in Go and C
Sep 05, 2025
c
go
data-structures
shared-memory
Representing big numbers in source code for readability?
Sep 05, 2025
c++
c
c-preprocessor
Runtime of standard matrix multiplication algorithm slower than expected when scaled up (2^10+ x 2^10+ elements)
Sep 05, 2025
c
performance
matrix
matrix-multiplication
gdb breakpoint gets hit in the wrong line number
Sep 03, 2025
c
linux
gcc
gdb
sizeof with a type or variable
Sep 05, 2025
c
coding-style
sizeof
How to initialize a a struct of structs inside a header file in C?
Sep 05, 2025
c
header
struct
initialization
gnu
Which is the right style to use function pointer?
Sep 05, 2025
c
pointers
« Newer Entries
Older Entries »