Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c

OPROFILE can't get performance data

c performance oprofile

Python style repr for char * buffer in c?

python c repr

A Makefile Puzzle: Multiple Programming Languages

c makefile fortran90

DotNet: Static variables in DLL

c# .net c dll static

A C algorithm for finding the intersection points of two 2D quads?

Eclipse Add-on for unit testing in C

c eclipse unit-testing

avoid SD card corruption in ansi C

Basic Tutorial? Makefiles in Eclipse CDT

What is the Aero function for previewing the screen state behind a window?

c windows aero

equivalent of TIOCOUTQ / SIOCOUTQ in windows

c sockets networking tcp ioctl

How to compile memcached on Windows?

How to use size of in __align__ for cache alignment, while using GCC?

c++ c gcc g++ memory-alignment

How to use RTLD_DEEPBIND when invoke implicitly?

Allocate an array in C a specific location using linker commands

c linker linker-errors ld extern

What goes on behind the curtains during disk I/O?

c file-io buffer

Union – useless anachronism or useful old school trick?

c++ c data-structures unions

Why would identical copies of the same C loop in the same program take significantly but consistently different times to execute?

Why volatile works for setjmp/longjmp

c linux gcc x86 setjmp

How to #ifdef by CompilerType ? GCC or VC++

c conditional-compilation

Interchange structured data between Haskell and C

c syntax haskell ffi