Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c

How do I mock objects without inheritance (in C)?

c unit-testing mocking

Mips calculation for embedded software

Catch "The program stopped working" on Vista

c windows-vista

_dl_close Assertion failure

c apache debugging dlopen

Windows Codepage Interactions with Standard C/C++ filenames?

Comprehesive information on serial ports and programming?

c++ c linux serial-port

cannot find -lsocket, compiling problem in client-server program?

c++ c sockets ubuntu

Translate inline assembly to support x64

How should I declare this C struct for interop?

c# .net c interop pinvoke

how to send net-snmp traps from "C"

c snmp

How to find out ALSA audio device capabilities programmatically in Linux without opening the device

c linux audio alsa

How to copy bitmap to clipboard using the win32 API?

Variable argument lists in C functions - How to properly iterate through the arg list?

c function variables arguments

Place to get software for embedded components?

c embedded real-time

IEEE 754 representation

c floating-point

Change file owner in Windows

How is the @encode compiler directive implemented in Objective-C?

Objective c - anything like c?

iphone c objective-c

Receiving response(s) from N number of clients in reply to a broadcast request over UDP

c++ c sockets udp broadcast

Implementing a c/c++ style union as a column in MySQL

mysql c unions