Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c

Use the GNU indent command to apply K&R style with only tabs

c indentation gnu-indent

Invalid conversion from uint8_t* to uint32_t - when migrating from 32 to 64bit architecture?

c memory type-conversion

Calling a Java variadic function from C through the JNI

How do I write a testing function for another function that uses stdin input?

c unit-testing stdin

why does this print? (C language)

c loops printing while-loop

Unable to build zpipe.c (Zlib sample program)

c linux gcc compression zlib

how to efficiently parse a string in c

c string char

Storing 2 hex characters in one byte in C

c

SSE2 convert packed RGB to RGBA pixels (add a 4th 0xFF byte after every 3 bytes) [duplicate]

c opengl sse simd vectorization

Resize array of structs within a function

c arrays dynamic struct

How to avoid bad FD_SET buffer overflow crash?

c++ c sockets macros posix

Execute Android application from native c code

android c android-ndk

Why doesn't roundf() round a float value and why do int - float math operations return wrong values?

c floating-point

Initialize entire array with a value in C

c arrays algorithm gcc header

C program not printing what I'd expect

c

Scaling a raw 24 bit pixelmap in C

c image pixel xlib

How to limit the execution time in C

c time limit execution

Hit / Miss rate counting by array caching

c caching cpu-architecture

zmq pattern for reliable multicast

c replication zeromq