Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c

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

Avoiding "warning C4005: 'INT8_MIN': macro redefinition" when using flex/bison in a C++ project

c++ c bison flex-lexer

Why can't I change the PWM output pin in ATTINY1616?

In linux program cannot erase utf-8 character completely using backspace

How to use va_start()?

c variadic-functions