Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c

How to send the syslog output to stdout? [duplicate]

c linux bash shell syslog

How to disassemble a .lib static library?

Variable function calls in D

c++ c d

Algorithm Design Manual, chapter 3, linked-list code snippet confusion

Why does "stack smashing detected" not appear immediately after smashing?

Blitting with OpenCL

c opengl interop opencl gpu

Array initialization at declaration

c arrays

Why does %d show two different values for *b and *c in the code [b and c points to same address]

c pointers

Do I need '(unsigned int)' before 'time(null)' in the srand function in c?

c random srand

read(fd, NULL, 0); what does it do? is it well-defined?

c linux linux-kernel driver

C- Semaphore sem_getvalue not returning what I'm expecting?

c semaphore

Counting number of instructions executed by a binary using pin, perf and valgrind

c assembly valgrind x86-64 perf

System call for a core dump?

c linux system-calls

Memory layout of argc, argv, envp

c linux

Windbg conditional breakpoint with string compare in a nested structure

c windbg windows-kernel

Is "dog-tag" fields used in some software?

c++ c

consequences of calling a function with fewer arguments in C?

c function arguments call

VIM Doxygen support - auto asterisk (*) insertion on newline

c++ c vim doxygen

What does a pointer to a character point to in C?

c pointers char char-pointer

Why does hexadecimal floating point need to have a specified exponent?

c standards