Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c

Is volatile modifier really needed if global variables are modified by an interrupt?

c gcc optimization

GCC ignores __attribute__((section("CCMRAM"))). How to fix?

c gcc linker arm ld

Macro questions

c macros

What sorting technique will you use? [closed]

c algorithm sorting cpu-word

To understand a C code about endianness

c endianness

Uninitialized values being initialized?

c variables

C Memory Allocation: Why there is not enough memory(250K only)

c memory malloc

Need of main function in C, used in microcontrollers

How to read the stack segment of a C program?

c linux

how to search "n bits" in a byte array?

c++ c

C: Reading file with a starting point

c file-io

printf() affecting buffer overflow situation

Tilted magnetometer output -pitch and roll tilt compensation - i am lost

Using bread to return a bstring

c file-io

Catching system events in C Linux

c++ c linux system

Why does printing a pointer in %ld in C yield this result?

c

Should you use '>=' instead of '==' to be extra safe when coding with other types than float?

Why is function 'lower' has int as return type and input type?

c int

Subtracting signed binary numbers without two's complement