Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c

N random choices according to probability

c random

Why are reserved names (starting with _) used in macros?

c gcc standards identifier

MSYS: Error c compiler cannot create executables

c mingw libxml2

How to use CX_LIMITED_RANGE ON/OFF

c pragma

Can #define be used to replace type declaration in c?

How make child process with same environment variables as parrent plus it's own in windows?

Unix sockets with getaddrinfo() in C

c sockets getaddrinfo

Dynamically allocating memory inside __device/global__ CUDA kernel

get file size with ifstream::seekg and tellg

c++ c

Optimizing a CUDA kernel with irregular memory accesses

c++ c cuda gpgpu nvidia

How do I clear the whole contents of a file in C?

c file file-io file-handling

Is calling a C function with extra arguments portable?

c

Popular use of Dynamic memory allocation

Why 2 stars when passing pointer to a string to a function

Alternative to -pg with Clang?

c gcc profiling clang gprof

Detect process exit on OSX

c macos

How to initialize unsigned char pointer

Unpermitted operand to operator '>>' and '&' (MISRA C)

c embedded misra

C client for socket.io

c websocket socket.io