Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c

Program run in child process doesn't loop

c exec fork pipe

Anonymous struct with ANSI C

c ansi-c anonymous-struct

Libunwind PC value not working with addr2line

c++ c dwarf addr2line libunwind

Segmentation fault on program with scanf

c

Creating hidden processes (window not visible)

c windows hide createprocess

Initializing array of pointers to char

c arrays pointers

pthread thread state

c++ c pthreads

Bringing another app's window to front on Mac in C

c macos

What optimizations should be left for compiler?

c optimization

How to play sound in C from scratch (Linux)

c linux

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