Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c

is there a C function for regex using a deterministic automaton?

Makefile produces error "No rule to make target"

c linux makefile

The suitability of procedural programs for graphical applications [closed]

c++ c user-interface

Request timer interrupts in userspace program?

c time interrupt

GCC and G++ struct packing differences?

c gcc g++ alignment

Why does scanf and malloc to char pointer work even if the size is not specified?

c string pointers malloc

Restoring definitions and macros

c c-preprocessor

Extern using pointer instead of array

c extern

Profiling library equivalent to gprof/callgrind

c++ c profiling gprof callgrind

What is the Windows equivalent of "pidof" from Linux?

c windows batch-file

Is this dubious use of a non-prototype function declaration valid?

Why is realloc eating tons of memory?

c malloc realloc

C, Linux: Receiving data from multiple multicast address on same port - how to distinguish them? [duplicate]

c linux sockets port multicast

Completely static linking with clang

c gcc linker clang llvm

Access build-id at runtime

c gcc linker elf linker-scripts

Is the default value of malloc with the size of a single char P?