Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c

How to skip some lines in the GDB debugger?

c

char16_t and char32_t endianness

Linux Driver: mmap() kernel buffer to userspace without using nopage [duplicate]

c linux linux-device-driver

How to Mock Linux System Calls in C

c linux unit-testing mocking

What is the intention/benefit of malloc returning type void *?

Open returns (-1) with O_CREAT when file already exists

c system-calls

How does the winged-edge structure for meshes work?

convenient practice to write/display help/usage info in a program written in C?

c

msvcrt alternative for MinGW? (e.g. to get conforming snprintf)

c printf mingw msvcrt crt

memmove vs copying backwards

c++ c copy memmove

Why is extern required for variables but not functions?

c extern language-design

Why only the first printf is outputted to the terminal?

c

on_exit and CTRL+C

c posix

can't create zombie process in linux

Portability concerns on C struct/union

c struct portability unions

FastCGI fork in c

A macro for expanding an arbitrary macro a certain number of times?

c++ c macros metaprogramming

Implemenation for BorlandC rand()

c random borland-c++

Pass parameter to atexit()

c