Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c

c pthreads + valgrind = memory leak : why?

If statements with comparison SSE in C

c sse

How to make sure NaNs propagate when using SSE intrinsics?

c++ c floating-point sse nan

Writing ARM machine instructions and executing them from C (On the Raspberry pi)

c assembly arm jit raspberry-pi

C preprocessor using the closing bracket of a parent macro

c macros c99 c-preprocessor

fwrite() is faster if unlink() the file in prior than truncate it

c linux

How do I get the Hard Drive serial number of a USB drive on OS X?

c++ c macos

C: Why does strcpy return its argument?

c libc

why endianess matters among bits inside a byte?

c bit endianness

Is there a program (or sed script) that will remove a function from a C file? [closed]

c git

Using snprintf to print an array? Alternatives?

c printf

OpenCV Error: Sizes of input arguments do not match (The operation is neither 'array op array')

c++ c linux opencv raspberry-pi

Is this algorithm of O(n^4) avoidable?

c arrays

bizarre C statement [duplicate]

c c99

Makefile Linking with shared library fails

c++ c makefile

Maximum number of child process in Unix

c unix operating-system

Why does this method throw a Segmentation fault?

child and parent process id

c fork pid

What can a second year computer undergrad do which might be considered worthwhile in the future? [closed]

c++ c algorithm project

How to use dlsym reliably when you have duplicated symbols?

c++ c linux dlopen dlsym