Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c

How to generate random numbers in multiple processes at the same time?

c random

C and C++ compiler give different messages for the following code, why?

c++ c

What does this function return

c embedded volatile

Variable Definition Ignore in C [duplicate]

c variables

If I can't define a variable inside an if-condition, how can I reduce searching through my array multiple times in this code?

c arrays

Called object is not a function or a function pointer

c linux gcc x86-64 glibc

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