Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c

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

64-bit hash/digest in C

c encryption hash openssl

Warning while taking input into an int array

c

Function with multiple if or with a "big" return? [closed]

Windows Driver Timestamp function

How to run c program and give input in same line

c