Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c

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

Create a macro that can omit a line based on a parameter

c gcc c-preprocessor

How to find the universal sink of a directed graph with an adjacency-matrix representation

c algorithm graph

writing framed data without extra write() cost

c sockets unix

Get Parent Process Name (Windows)

c windows winapi process

Kernel module makefile output name

c linux makefile linux-kernel

Dynamically allocate and free memory in local functions

c memory-leaks free

Embox compilation and flashing

How to avoid dangerous vsprintf when you don't know the buffer size

c static-analysis stdio cstdio