Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c

Why design custom memory manager?

c++ c memory memory-management

CPU Cache implementation in C or C++ or SystemC

How do I put a function inside a macro? [duplicate]

c

Understanding how higher order functions work in C

Different output every time in c?

c printf format-specifiers

Confused about understanding and silencing a -Wsign-compare gcc's warning

C - Swap first and last element in singly linked list

c swap singly-linked-list

ArduinoJSON undefined reference to `__cxa_guard_acquire'

c json arduino

How to round down a float to the nearest value that can be divided by two without rest?

objective-c c

printf style formatting without outputting

c string printf

signal handler sa_sigaction arguments

c unix signals

C Language: Since there is no "byte" primitive, is using a "char" the exact equivalent?

c types

UNIX File Descriptors Reuse

c++ c unix file-descriptor

pthread_create fails with ENOMEM on low free memory scenario

c linux pthreads

Good C/C++ compiler for OpenSolaris for x86

c++ c linux gcc solaris

Compiling x264 for i386

c++ c cross-compiling x264 i386

Input large strings in C

c string memory-management

is there a way to do generic code with macro setting in language C?