Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c

Is it possible to aid branch prediction?

java c++ c branch-prediction

Will the functions and variables precede with an "_" when compiled using gcc?

c gcc operating-system kernel

Is this a loop?

c loops semantics

how to use scanf unsigned int

c scanf

Disallow input at certain times

c input scanf

Error C2196: case value '?' already used

c++ c

C handle signal SIGFPE and continue execution

c signals

Why is it that gdb "can't compute CFA" when using a separate debug symbols file?

c debugging gcc gdb

When is it a good idea to use strdup (vs malloc / strcpy)

c

Unexpected output when printing directly to text video memory

c x86 kernel bootloader osdev

gcc generate .o file instead of executable

c ubuntu gcc

Context switching - Is makecontext and swapcontext working here (OSX)

Recursion: Reverse string in its position

c string recursion reverse

Mixing syscall write with printf on linux

c linux assembly printf x86-64

C matrix struct

Is running a binary generated from a code with "constraint violation" actually undefined behaviour?

c language-lawyer

C-Examining a specific memory adress during execution

c pointers heap-memory

POSIX getline() - line buffer state on EOF?

c posix getline

How multiple process are able to use STDIN/STDOUT simultaneously?

Linux, Understanding setsockopt() PACKET_FANOUT for network scaling