Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c

#define, #ifdef #undef #endif

How to write a simple text based protocol, preferably in C

c algorithm security protocols

Using the following function that draws a filled circle in opengl, how do I make it show at different coordinates of the window?

Volatile function argument in C (STM32F4 example) [duplicate]

c declaration volatile

Errors while compiling dhrystone in unix

c++ c linux performance unix

How does the memory allocation happen when I declare a char pointer and then later assign a string constant to it? [duplicate]

c memory string-literals

What is an exemplar problem and solution for learning shared memory, distributed memory, and/or GPU programming?

c cuda openmp mpi opencl

%d with Long Int

c printf long-integer scanf

unsigned volatile long Vs volatile unsigned long

c gcc

How do I wrap around open?

c

locking of copy_[to/from]_user() in linux kernel

c locking linux-kernel mutex

What is the advantage of organizing a free list in address order as opposed to LIFO order?

c list memory malloc

Ascii or scancodes or some sort of keyboard input wher Backspace = 0x100

Is the output of snprintf guaranteed to be null-terminated with Visual Studio 2015?

c visual-studio-2015 c99

getchar() inconsistency with variables

c

Generating mouse,key...etc events in linux

c linux events