Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c

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

what does the following type casting do in C?

c casting

Which is better in C allocating/deallocating memory of using a local variable? and Why?

Is returning a local pointer cause undefined behaviour

c unix

Use output of unfinished process in a C program

c linux