Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c

Is there an OpenCL implementation of the unix crypt(3) function?

c opencl gpu crypt

Are element size and count exchangable in an fread call? [duplicate]

c function file fread

File returns garbage, but writes correctly

c file fopen fwrite

Weird behaviour when returning FILE pointer from a C function

c file-io

Does C compiler allocates memory for variable name used for declaring an array?

c arrays

Is there a non-deprecated raster graphics framework for Mac OS X?

How do I handle argv character array assignments?

c argv

C - turn 9 to 0

Incorrect expansion of a function-like macro

c macros declaration

What type of function argument declaration does this C function has?

c++ c

Is it guaranteed that the array specified always get enough space?

c arrays

Give an optimizer greater "License"

c++ c gcc optimization

C - Void pointer and offset

c pointers

Looking for good small DES implementation [closed]

c cryptography embedded des

one consumer multiple producer in c prevent racing when resuming after full buffer

Size of bit-field struct in C

c sizeof bit-fields

How to free a char* that will be returned?

c malloc free

Why does ncurses' start_color() darken regular text?

c++ c colors ncurses

Why does second printf print 0

c pointers output