Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c

Compare words in two strings

c string

How does the standard C preprocessor interpret "0xFFFFFFFF"?

c c-preprocessor

MinGW doesn't like comments

Why can't I intercept write(2) in bash with LD_PRELOAD?

c linux shared-libraries

What C compiler matches Borland Turbo Link 5.1?

c linker turbo-c borland-c++

Shifting a __m128i using _mm_slli_epi64

c sse

Foolproof forking?

c fork

Can Recursion be named as a simple function call?

c recursion function-calls

RobotC - Programming an Elevator

c++ c robotics robot

Dynamically allocate memory for Array of Structs

c arrays pointers struct malloc

How to programatically clear the recycle bin under Windows?

c# .net c windows winapi

Replacing strcpy with strncpy

c++ c security stl strcpy

I can't use pthread in window platform

c pthreads pthreads-win32

Why DllImport for C bool as UnmanagedType.I1 throws but as byte it works

How can I execute an external commands in C/Linux without using system, popen, fork, exec?

c linux fork

Is there a C function to get permissions of a file?

c unix permissions strtol

Is there a way to ignore a commit in hg blame?

c++ c mercurial

Best (fastest) way to find the number most frequently entered in C?

c optimization

Why and how does the following outputs involving the carriage return show up?

c gcc output

function prototype with void* parameter