Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c

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)

output to a new terminal

c http-redirect

Closing a pipe does not send EOF to other end

c pipe fork

List all the variables defined in the code in C

c

Assembly - Are there any languages other than C and C++ that allow for interaction with Assembly using inline code?

Creating a function in C that reads a file but it infinitely loops

c

Pause/Resume another thread

c pthreads

order of evaluation of function parameters [duplicate]