Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c

Declaration vs definition in C

c language-lawyer

does fetching values into local variables allow greater optimization in C/C++?

c++ c optimization

autotools: one project with one executable, one shared obj and a "shared" internal library

c autotools libtool

How we access stack variables without poping them?

c heap-memory stack-memory

Passing a const pointer to a struct vs pass by value [duplicate]

ref to stderr in (old) C code generates error

ELI5: What is the data type of `int *p[]`

c++ c arrays pointers types

fgetc blocking : problem with reading from a pipe

c ipc pipe fork

How to get further information on SIGFPE signal?

c unix signals posix bsd

What is the correct way to get a LOCALE_SSHORTDATE that is guaranteed to have a full (4-digit) year number?

c winapi locale

Why globals shouldn't be initialized at 0 / NULL / false in the linux kernel?

Djikstra's Algorithm in C

c algorithm

C struct, incomplete field type

c struct

Type casting in C - Ints and Char*

C: working with char array as 8 byte blocks

c pointers

Point in axis aligned rectangle test?

c++ c algorithm

OpenCV: process every frame

Does the stb lib violate Strict Aliasing rules in C?

c strict-aliasing

C generic linked-list