Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c

C/C++ for loop with existing start value

c++ c variables for-loop

Race condition with setpgid

c linux posix pid fork

How processes share virtual mem (Linux)

c linux memory

Should I optimize my code myself or let the compiler/gcc to do it

c gcc compilation

clarification for RAND_MAX and rand() in c stdlib.h

c gnu ansi-c

How are arrays stored on the stack?

gcc compiler optimization influences result of floating point comparison

nm,objdump & pfunct giving contradicting answers to check if a function is inlined or not

c++ c linux unix objdump

What is a dispatch table? How can I implement it in C?

C switch case default always executes

Extern Function?

c function extern

MISRA 2012 Rule 2.2 The result of this logical operation is always 'false'

c misra qa-c

Do you need to fclose() both files after freopen()? [duplicate]

c fopen freopen

Having a dirent that is a symbolic link, how can I get the link-target's path name?

c symlink readdir opendir

C: Why do we include header files, which declare but don't define?

c include header-files

Client-area of Tab control?

c winapi tabs

C implicit extern for global variable, when does it happen, how does it work

c global-variables extern

Calling write() C API from CL on iSeries

Dummy nodes in Linked List implementation

asynchronous programming

c