Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c

Do streams have to be closed when using popen

c popen

How to write files with (readable) UTF8 characters?

c utf-8 c++builder

Green lines in GStreamer video

c video gstreamer

How do I correctly assign a struct containing an array of int to an array of struct?

How to write an embedded C program for adding two numbers stored in memory locations

c embedded microcontroller

Is dup2 the correct way to simulate the behaviour of command sequencess in a linux terminal?

c pipe stdout stdin dup2

Cast away volatile in plain old C

c casting

Wrapping text in pads using ncurses. (In C)

c linux ncurses

Placing variables at specific address generates large binary file

c gcc memory linker arm

Accessing element in array with assembly

Declaring multiple structs and overlaying them on already allocated memory

c memory struct

Return value size or type of a system call in Linux

c linux-kernel system-calls

atof accuracy with double is causing grief

CMake with an embedded C compiler that doesn't support "-o"

c cmake embedded 68hc12

GDI Leak Problem

c winapi memory-leaks gdi

index conversion: row-major to cartesian coordinates (e.g., pixels)