Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c

#define multiple constants on one line in C

c c-preprocessor

Is the compiler able to optimize spaghetti code?

c++ c gcc

What do single-cycle multiplication and hardware division mean?

c embedded stm32

Do you need to malloc space for function pointers in a struct in C?

Size of struct that contains two pointers

c struct size

scanf asking for two values instead of one [duplicate]

c scanf

Keep GCC from altering size of structs (.BMP file header)

c gcc struct bmp

Is passing a float to printf undefined behavior?

c printf

behaviour of fseek and SEEK_END

c fseek

Declaring variables in C/C++

c++ c

Avoid division by zero in C when taking log with respect to a random number

Inheritance in C

c inheritance

Requirements for use of CUDA-aware MPI

c++ c cuda mpi

ARM Cortex-M4: Running code from external flash

c arm embedded cortex-m

Code with and without -std=c99 produces different results (UMAC AE implementation)

c gcc c99 compiler-options

explain the Outcome of C program [duplicate]

c implicit-conversion

Understand fprintf syntax

c printf

How to return char (*)[6] in c?

Internal parallelization by CPU

c++ c performance prng

Implementing execution timeout with C/C++

c++ c linux timeout execution