Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c

Endianness of 64 int64_t on 32 bits systems

c++ c endianness int64

Undefined linker symbol at runtime when the symbol equals zero

What is the optimal amount to malloc at a given time when the total needed is not known?

c memory-management malloc

CodeSourcery linker errors to static library

c gcc arm stm32 codesourcery

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

determining the time-stamp of sampled audio

c alsa

differences between memchr() and strchr()

c char