Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c

Variadic Macro Expansion: Expected primary expression before ) when __VA_ARGS__ is used

MinGW makefile with or without MSYS (del vs rm)

c windows makefile mingw

How to use/create a more generic ccall in Julia?

c julia

Speed comparison between bitwise operations

c bit-manipulation

Printing out a char[]

c

why regexec() of C does not match this pattern, but match() of javascript works?

c regex

Redirecting Firefox to a Proxy on Localhost

c http firefox proxy

Why doesn't strsep() work with pointers to the stack?

string modifying function: return void or char*?

c string function pointers

Using P/invoke to improve performance, feasible or just wishful thinking?

Any thread-unsafe mallocs?

c++ c

is using cudaHostAlloc good for my case

c++ c cuda gpu gpgpu

JPEG compressing without DLLs

c++ c windows jpeg

Analyzing the assembly code generated to manipulate command line arguments

c assembly x86

Heapsort - What is the difference/relation between Percolate-down/Shift-down and Heapify operation?

c heapsort

App crash after I call Detoured function I created @ Win7-x64

c assembly 64-bit windbg x86-64

Why don't I see deadlock (EDEADLK) when several processes lock the same fd with F_SETLKW?

c unix deadlock fcntl

Nested structs and pointers in C [closed]

c pointers struct nested

Copy data between two C structures

c struct synchronization copy

How to debug using printf an assembly code of linux kernel

c assembly linux-kernel arm