Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c

Sorted Insertion into Linked List

c linked-list sorting

GCC C vector extension: How to test the result of a comparison (for conditional assignment, etc)?

C - Variadic macro which expands into set of macro calls on each argument

purpose of __devexit_p in driver files

c linux-device-driver

Compare float array as int array

Replace nested functions

c c99 nested-function

where is Android NDK printf output?

android c++ c android-ndk

Error while compiling PortAudio examples

c portaudio

How to deal with massive numbers in C

c algorithm encryption

How to force processor to use result of expression before pasting

Asm variable in C code

c assembly

Why does `.` and `..` have different inode numbers inside `/` on a Mac?

c macos filesystems

Why is sigwait() MT-safe but sigsuspend() is not?

c linux multithreading

Open Mp nested parallelism

c++ c multiprocessing openmp

How do you link (reference) a member of a structure using Doxygen?

c doxygen

Is it possible for a program to capture SIGTERM generated by the exit system call?

c signals

When left shift isn't the same as multiply by 2

C - Pass multiple function addresses as parameters in a variadic function

Why is a level of indirection needed for this concatenation macro?

c macros concat

how to use void ** pointer correctly?

c void-pointers