Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c

calling ptrace inside a ptraced Linux process

c linux ptrace

How to programatically convert a time from one timezone to another in C?

c datetime time timezone

Which loop configuration will take more time to run?

c

forkpty - socket

c linux sockets pty

how to write unicode hello world in C on windows

C - floating point rounding

c floating-point rounding

GCC destructor behaviour

c gcc mingw destructor

Working with a large data object between ruby processes

Volume Shadow Copy Service (VSS) sample in C?

c windows-xp

Implementing a scrabble solver

c perl

better understanding of extern "C" functions

What Parallel computing APIs make good use of sockets?

How to determine which object files are actually necessary for linking?

c linker compilation

Ruby c extensions: How can I catch all exceptions, including things that aren't StandardErrors?

SetWindowsHookEx for Mac OS X?

c++ objective-c c macos hook

using libnet to send ARP request, but arp cache won't update after getting the ARP reply

c linux networking arp libnet

Basic multi-threading in C / C++ -- hints, advice, tutorial, some direction? [closed]

c++ c multithreading

How do I access a raw sector of disk in XP with a c program?

c windows winapi

Smart Pointer Implementation in C [duplicate]

c pointers smart-pointers c99

Where can I find an efficient R-Tree implementation?

c++ iphone objective-c c tree