Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c

C macro expansion order (need to understand why) [closed]

c c-preprocessor

GNU ld - Don't allow multiple definitions (function symbols) or at least warn when found in single archive (*.a)

Correct interpretation of clause 6.5 Expressions in the draft C standard

c strict-aliasing

Order of opening named pipes causing possible race condition?

c pipe ipc named-pipes

gcc: link-time substitution

c gcc linker

Segmentation fault when calling printf from C function called from assembly [duplicate]

What is going when nfds=0 in the select() system call

c linux

Checking only the O_RDONLY flag to open(2)

C function pointers invocation syntax

c function-pointers

Open source soft modem that runs on Linux? [closed]

c++ c open-source modem

a 64-bit number does not fit in the register int in x86_64 mode

c++ c gcc assembly cpu-registers

classic BPF on Linux: filter does not work

Program crash on memset?

c pointers memset

Is _start() a function?

c language-lawyer

Should you check parameters passed into function before passing them, or check them in the function?

c parameter-passing

how to iterate through an array without knowing the size in c [duplicate]

Implementation of the quick select algorithm to find kth smallest number

c algorithm recursion

Is there a way to embed a Sh/Bash session in C or C++?

c++ c bash shell

Commenting Standards C

c comments