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
Slow printf: why does __USE_MINGW_ANSI_STDIO=0 make it faster?
Apr 30, 2026
c
performance
printf
How does GCC know the error location (in the source code), when its preprocessor has removed comments?
Apr 29, 2026
c
gcc
c-preprocessor
Why does this lookup table sine estimation perform worse when using float instead of double?
Apr 29, 2026
c
assembly
x86
floating-point
microbenchmark
Common C idiom for keeping track of where errors occur
Apr 29, 2026
c
error-handling
Flash Memory in 8051F340 Microcontroller gets erased
Apr 29, 2026
c
microcontroller
8051
flash-memory
Functional programming in C using linked list
Apr 29, 2026
c
functional-programming
Integer and Float divisions in C
Apr 29, 2026
c
printf performance: Better to use "%d" or "%c" for single digit numbers
Apr 28, 2026
c
performance
printf
dependence of allocation time on the size of the requested memory of the malloc function
Apr 29, 2026
c
malloc
GCC: PLT call missing for non-library
Apr 29, 2026
c
gcc
Bitwise AND between an 8-bit integer and 32 bit integer in C++
Apr 29, 2026
c++
c
gcc
int
bit-manipulation
Can you explain this C code? (Create a deamon program)
Apr 29, 2026
c
linux
process
signals
file-descriptor
How do find the value of implementation specific defines?
Apr 29, 2026
c
c-preprocessor
Why scanf("%s",&str); behaves as scanf("%s",str);? [duplicate]
Apr 29, 2026
c
pointers
scanf
pointer-arithmetic
C - How to convert an int to uint8_t?
Apr 28, 2026
c
integer
endianness
Time complexity of loop
Apr 29, 2026
c
time-complexity
complexity-theory
Convert Base 16 (Hexadecimal) to Base 36 String in C
Apr 29, 2026
c
hex
base-conversion
base36
IF condition in C translation to MIPS
Apr 29, 2026
c
mips
« Newer Entries
Older Entries »