Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c

Compiler complaining about volatile keyword

c++ c compiler-errors

Understanding array declaration in C

c arrays declaration

Why does compiling with -Os make this function larger?

c gcc compiler-optimization

find cubic root of a number from 0 to 125

c precision cubic

How does LIBC_PROBE macro actually work in Glibc?

c glibc

sigaction passes SIGINT to system call, but not signal

c sockets signals

Check for specific command line arguments and then assign them to variables

Struct one-byte alignment conflicted with alignment requirement of the architecture?

c++ c alignment

Calling the same functions from multiple threads

c multithreading

Why does this code fail without volatile declaration? [duplicate]

c linux multithreading

How to sort an int array in linear time?

c arrays sorting

Can non-const data be accessed through a const pointer in a union?

How to access x64 hardware directly without Hardware Abstraction Layers?

c++ c linux assembly hardware

Convert/extract ints from a char array

Is it undefined behaviour to call a 3rd party library function (not provided as source code)?

c

Is RAND_MAX guranteed to be <= UINT_MAX?

c c99

Pointers difference between C and C++

c++ c pointers arduino ragel

Size of char array is bigger than number of elements passed to initialize it [duplicate]