Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c

How to explain drastic jump in memory allocation latency?

c++ c windows memory windows-ce

C exit codes and atexit() in a realtime / non-batch app

Why gcc does some optimizations with -O0

c linux gcc optimization

I'm trying to marshal a struct from C to C#, not sure where to start

c# c marshalling

Problem with Interop C#/C: AccessViolationException

c# c pinvoke access-violation

Cast struct pointer to another struct

c struct casting

Matrix representation in C

gdb: don't detach from parent on fork

c gdb fork

reentrant function read()

c linux network-programming

Install winpcap silently

c windows winpcap

Is there a good online tutorial for writing portable C?

Writing a structure containing a string into a binary file

c linux binaryfiles

Pointer syntax usage in Array

c++ c arrays pointers

UILabel with basic rich text support

objective-c c ios richtext

sending raw eth packets. when should i close sockets?

Android NDK:undefined reference to ' '

How do you convert a single surrogate character without a pair into its UTF-8 equivalent?

c utf-8 c99 surrogate-pairs

Direct assignment crashes but memcpy() works?

c memcpy memory-alignment