Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c

How to output as fast as possible a fixed buffer?

c linux macos unix fwrite

Free image analysis libraries? [closed]

c# c++ c image lgpl

Is there any library in objective-c or c that will do OCR? [duplicate]

NMEA checksum calculation calculation

c algorithm gps checksum nmea

main.c: warning: passing argument of ‘’ from incompatible pointer type

c pointers dynamic malloc

Disable default malloc with arm-none-eabi on cortex m3 (bare metal)

c malloc bare-metal

Is this call by reference or by value in C?

How can I have the symbols in a shared library override existing symbols?

c shared-libraries dlopen

modified lua: Lua_close freezes in pthread

Does gcc support embedded assembler syntax?

c gcc assembly

Is there any difference between XOR swapping algorithm and swapping using third variable? [duplicate]

c swap xor

Why do we separately cast to "float" in an integer division?

c variables

Is the modulo operation faster with a power of two even if the value is not known at compile time?

c++ c assembly modulo

How get output of address sanitizer when emiting SIGINT to halt a loop

c address-sanitizer

why trying to deference void pointer does not work?

c pointers

Return from exit() with fork() is weirdly bitshifted

c fork exit-code

why 1024*1024*1024*2 != 1024*1024*1024*2 [duplicate]

c integer-overflow

Replacing characters in a string in C++

c++ c database string