Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c

Is there an easy way of clearing a pipe in C

c unix ipc

function pointers within a struct but with functions of different prototype in C

Why would we need to lock a process's address space in RAM?

c linux real-time

How can I pass an array to shared library(.dll) written in c using python

python c arrays dll ctypes

Windows short path format to long path format

c++ c windows path

Sound API Ubuntu Linux

c++ c linux audio ubuntu

Restart program in C

c linux signals kernel

Is it possible to change virtual memory page size?

c linux x86-64

Why does stdarg.h have a macro « __va_size »?

c++ c variadic-functions

Storing a pointer's address in an unsigned int in C

c casting pthreads

Correlate Source with Assembly Listing of a C++ Program

c++ c linux gdb objdump

Assigning a pointer to an integer

can I pass argv from main to execv?

c exec main argv setuid

Error "Bad address" when reading from message queue on Linux

c linux unix message-queue

What data structure does the C runtime use to store information about variable like type size etc?

c runtime

About gcc-compiled x86_64 code and C code optimization

c optimization gcc x86 x86-64

How to get the pid of a process that is listening on a certain port programmatically?

c port pid

XCB STRING and WM_NAME not defined

c++ c x11 xcb

weird output without typecasting

c casting

How to trace a process for system calls?

c linux system-calls ptrace