Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c

How to assign NULL to structure member

c

Why is this code exiting prematurely?

Problem comparing strings containing numbers

c string comparison

Question regarding multiple threads and segfaults

c multithreading

How to make function local to main only?

c++ objective-c c

Check Socket File Descriptor is Available?

c sockets posix-select

"Vorbis Extradata missing" when trying to get stream's information about the codec

c++ c audio ffmpeg

Playing with syscall table from LKM

c linux module linux-kernel

C programming lookup table

c state-machine

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