Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c

Unsigned long into char array

c linux pointers unsigned

C free memory on stack

c free undefined-behavior

printf: how to align numbers on decimal point

c perl printf

Compile-time assertion to determine if pointer is an array

c assertion

Interprocess communication: passing C-style structs vs C++-objects

c++ c object struct ipc

What data type to use in a bit array [closed]

Empty structs in C

c struct ada is-empty

Redirect printf to fopencookie

c printf raspbian glibc stdio

Converting 32-bit integer value to unsigned 16-bit integer

Portable way of splitting n-byte integer into single bytes

Where can I find the full syntax of C that is necessary to implement a compiler?

Why is array initialization with ternary operator illegal?

c arrays ternary-operator

Why use .data instead of reserving space in .bss and initializing at runtime, for variables in assembly/C?

c linux assembly memory x86

How to expose C struct size without exposing its type?

c

Is it safe to assume that atan2(0,0) returns 0?

python c atan2

Code compiled with ICC works with -O2, warning about strtok and a crash with -O1

c icc

Do pointers refer to physical or to virtual memories?

c pointers memory virtual

Can't solve: 'Redefinition of NULL macro'

c

Is it possible to generate CAN bus error using STM32?

c embedded stm32 can-bus

Behaviour of 2 inline functions calling each other in C

c gcc inline