Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c

Reserve memory on OS X

c macos memory-management

Custom RS485 Protocols

c embedded irq rs485

C & Lua: luaL_dostring return value

c lua

Can fwrite & fclose be called parallely from two threads for the same file descriptor?

c file io fwrite fclose

Alternative to stdext::hash_map for performance reasons

c++ c std

Bitwise Manipulation or Bitwise Programming [closed]

c++ c bit-manipulation

printf() statement makes a difference to my return value? - C Programming

c

How do I make a human-readable string out of a struct tm?

c time

C program, problem with newlines & tabs next to each other

c

Is the signedness of char an interface issue?

Wrapping a C library in a C++ class with type conversion

c++ c

Designing a monitor process for monitoring and restarting processes

c process unix

Is the manpage of qsort(3) right?

c qsort

What does this line of C code mean?

c++ c delphi

Is the GNU C Library usable on non-GNU (or POSIX) platforms?

c windows gnu glibc

How to programmatically get the number of users logged in on a linux machine?

c linux bash

howto call c# (mono , .net) methods, delegates from native c

c# c mono compilation native

Programming with functions and structures using C, getting strange output, no errors

c

Condition in a 'for' loop

c for-loop

kill after sleep

c++ c linux signals sleep