Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c

Printing the physical address of a C pointer

c memory

Why is the line following printf(), a call to sleep(), executed before anything is printed?

c printf sleep

Are typedef's handled by the preprocessor? [duplicate]

c c-preprocessor typedef

Can I use __builtin_*_overflow as += or *=?

c gcc

How to make a C timer expire at a particular system time in Linux

c linux time timer clock

Why do the upper 32 bits of a uint64_t become one whilst performing a specific bitwise operation?

Problems with DirectWrite in plain C

c com

Your answer will be considered as correct if it has an absolute or relative error less than 10^(−6)

c++ c algorithm

How to dynamically allocate(initialize) a pthread array?

c pthreads

IP and TCP header checksum calculate in C

Random numbers with Maxwell distribution in C

Negating brackets in a C scanf() scanset [duplicate]

c scanf

Does GCC guarantee size-matched accesses?

c assembly gcc arm

What are the limits of C on microcontrollers without operating systems?

c arduino microcontroller

/usr/bin/ld: cannot find -lgcc - Error in the linkage of assembly

c linux gcc assembly

Why the use of getch() shows error?

c

How do I link and compile Raylib on windows?

c raylib

Is it possible to change calling convention in gcc for x64?

Mixing C and C++... undefined reference to function [closed]

c++ c undefined-reference

Why does everything in library headers start with an underscore?

c++ c naming-conventions