Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c

How this function works?

c

Cast from float to double produces different results—same code, same compiler, same OS

Why does CreateWindow() take a hInstance as an argument if was already provided when the window class was registered?

c winapi

Can you ever assume typecasting pointers is safe?

Is doubling the capacity of a dynamic array necessary?

c

Regarding parallel POSIX threads

c multithreading posix

How to safely open regular files without denial-of-service vulnerability?

c linux filesystems

Compare two files Byte by Byte

c file comparison fread

C struct elements alignment (ansi)

Weird strstr behaviour

c strstr

When can the parentheses around arguments in macros be omitted?

Thread synchronization with mixed C and C++

Is there a way to determine a member offset at compile time?

c gcc

pthread_create warning on android

gcc permanently change c standard

c gcc standards c99

Difference between “static const”, “#define”, and “enum” in performance and memory usage aspects

Why does value of automatic object persist after lifetime ends? [closed]

c output

Parsing a comma separated file using C using fscanf()

c file-io scanf

How malloc allocates memory less than 4KB?

c++ c malloc virtualalloc

How to store tokens while lexical analysis