Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c

JPEG or other lossy image compression library needed [closed]

c image compression jpeg gif

Is it feasible to make iPhone apps using just OpenGL and not Cocoa Touch?

iphone c opengl

unknown type name ‘caddr_t’ error

c linux variables

WIN32 IsClipboardFormatAvailable function does not set last error code

c winapi

Are there any specific types or values for which type-punning produces identical behavior in all Standard-conforming C implementations?

Why is this code generated to dereference a float pointer?

c gcc avr avr-gcc

What's a good way to detect wrap-around in a fixed-width message counter?

c++ c udp integer overflow

What are the various ways to disable and re-enable interrupts in STM32 microcontrollers in order to implement atomic access guards?

c stm32 atomic interrupt

sprintf vs strcat for appending string

c

How is memory occupied in this piece of code?

c

Read comma separated numbers from a file in C

c

Method for calculating percentage for a value between two bounds

objective-c ios c

What do these quotes say about pointer arithmetic?

Accessing a struct member from what is not the same struct type

Why does this exit function add two zeros at the end in C?

c fork exit

How to make a 2D char array completely empty?

c

Struct zero initialization methods

c memset

Running strncat on MacOS 11.6.1

c string concatenation