Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c

Standard icons set in C with Win32

c winapi icons

why does redirecting stdout to result of memfd_create() only appear to work if stdout is used beforehand?

c linux

How to convert float[][] type array to "emxArray_real_T *x"

c matlab matlab-coder

How assignment from int to char works in C?

c binary bit-manipulation

How to detect that the client is still connected (and not hung-up) using recv()?

c client-server recv suse

Result of comparing hardcoded strings with ==

c language-lawyer

Returning address of a local variable directly using address of operator vs using pointer variable

c pointers memory-address

Detect window focus changes with XCB

c x11 xlib xcb

CreateProcess and capture stdout

c windows winapi

Is /dev/null always openable?

c dev-null

Compile a C library with Visual Studio 2010

c++ c visual-studio-2010

Time-server time type issue

Strange assignment in implementing strtok

c

Is there any crossplatform C/C++ lib for files searching? (on hard drive)

c++ c search cross-platform

How do games move around objects (in general)

c++ c opengl

C socket programming: calling recv() changes my socket file descriptor?

Exception wrapper for Carbon C app in OSX

Merging two Makefiles to build one output

c makefile operating-system