Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c

X-DWM -- help me fix a bug in C source code

c x-dwm

How to run program whilst listening for user input in C?

c input getch conio kbhit

moved from cygwin to VisualStudio2013, error LNK2019, snprintf(), c

What is the correct form for a Character struct in a VESA/VGA early kernel console?

FFMpeg hello world failed

c ffmpeg

Pascal and C: different output

c pascal output

Warning: initialization makes pointer from integer without a cast in C

c

How to test if pointer inside an array?

gcc with electric fence library does not take effect

c linux gcc ubuntu debian

What is the minimum size of data guaranteed to be sent in a single call of send() (tcp sockets)? [duplicate]

Valgrind is complaining of memory leaks

Fastest way to duplicate bits of an integer

Why is an "unsigned int" NOT different from an EOF - can it store negative values?

c

How to set C/C++ compiler options for best optimizations for the CPU in use? [closed]

Linking m5ops.h to a C project

c makefile gem5

How to avoid memory leak when passing function-returned pointer as input to other function?