Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c

Compiling C code on a Mac os x lion

c compilation osx-lion

Why can't the floating point types compare by using memcmp() function?

c

Adding two numbers in char variables read with scanf

c

CPointer in Kotlin-Multiplatform

What happens if someone overwrites a file after I open it?

c++ c file

Is it an ODR violation to have inconsistent noexcept in declaration?

Exact-width integer types in C (stdint.h)

c integer size

Why doesn't the following code give the desired answer?

c++ c int

Why was `identifier : expression` form of designated initialization deprecated/obsoleted in GCC?

c++ c gcc

Efficiently storing a variable length array into static memory

c arrays

Caught signal 11 (Segmentation fault: address not mapped to object at address (nil))

c mpi

Is this expression statement in a C programming exam question undefined behavior?

c undefined-behavior

fsync() atomicity across data blocks

c linux acid fsync

Recursive factorial behavior with OpenMP tasks?

c openmp

how does EOF works in C internally?

c

Hash a file with SHA on a memory-constrained system using mbedlts

c sha mbedtls

sort algorithm compiler error with dynamic array

c++ c arrays

What does casting to void* does when passing arguments to variadic functions?

Store extra data in a c function pointer

c function-pointers

Might casting void* into unsigned long int cause undefined behaviour even where sizeof(void*)==sizeof(unsigned long int)