Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c

Slow printf: why does __USE_MINGW_ANSI_STDIO=0 make it faster?

c performance printf

How does GCC know the error location (in the source code), when its preprocessor has removed comments?

c gcc c-preprocessor

Why does this lookup table sine estimation perform worse when using float instead of double?

Common C idiom for keeping track of where errors occur

c error-handling

Flash Memory in 8051F340 Microcontroller gets erased

Functional programming in C using linked list

c functional-programming

Integer and Float divisions in C

c

printf performance: Better to use "%d" or "%c" for single digit numbers

c performance printf

dependence of allocation time on the size of the requested memory of the malloc function

c malloc

GCC: PLT call missing for non-library

c gcc

Bitwise AND between an 8-bit integer and 32 bit integer in C++

c++ c gcc int bit-manipulation

Can you explain this C code? (Create a deamon program)

How do find the value of implementation specific defines?

c c-preprocessor

Why scanf("%s",&str); behaves as scanf("%s",str);? [duplicate]

C - How to convert an int to uint8_t?

c integer endianness

Time complexity of loop

Convert Base 16 (Hexadecimal) to Base 36 String in C

c hex base-conversion base36

IF condition in C translation to MIPS

c mips