Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c

Is this a portable way to do tagged pointers in C?

C: Why the output numbers are not in standard RGB range: 0-255 in my program?

c linux colors

Correct way to call C function from Julia with call-by-reference?

c julia

Algorithm for printing decimal value of a huge(over 128bits) binary number?

c algorithm data-conversion

Use strcat function with char pointer [duplicate]

How to free memory allocated by external C libraries interfacing with Cython module where the memory is ultimately returned to a Python process?

python c memory-leaks cython

Function pointer cast on function with inherited C structure

c language-lawyer

running gdb on a web server

c gdb

Serialize struct with pointers to NSData

Which is faster: Appropriate data input or appropriate data structure?

c performance

Eclipse + CDT + Cygwin: How do you fix the "Multiple targets" bug?

Is this C structure assignment statement legal?

c

Is (int *)0 a null pointer?

How to make a "progress bar" using printf? [duplicate]

c printf

A good and idiomatic way to use GCC and clang __attribute__((cleanup)) and pointer declarations

c gcc clang