Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c

Heapsort for any type of elements doesn't work

c algorithm sorting heapsort

`ldm/stm` in gcc inline ARM assembly

embedded c and the 8051 microcontroller

c embedded

C extension for Python (Malloc)

python c

Convert between date/time and time-stamp without using std library routines

Valgrind detect memory leak without terminating program

VIM syntax: conditional function coloring

c function vim syntax

I don't understand this extend assembly inline code in C

c assembly inline-assembly

Linux Kernel: Is it OK to leave a streaming DMA mapping open indefinitely?

c linux-device-driver dma

Linux TUN/TAP: Unable to read data back from TAP devices

c linux sockets networking tun

How can I prevent SIOCGIFADDR from failing?

c sockets ioctl

postfix (prefix) increment, L-value and R-value (in C and C++)

c++ c operators operand operands

Unloading Windows driver

c windows winapi driver

Handling files with carriage return in filename on Windows

c++ c windows file boost

Casting twice in one line

c casting

How to solve the error in linker script?

c linux gcc linker ld

How to isolate bad behaving 3rd-party c-lib which only allows to be created as singleton?

c++ c node.js

Using execl with multiple child processes

c file process exec fork

Object symbols override library symbols?

What does !!(x) mean in C (esp. the Linux kernel)?

c gcc