Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c

The max number of digits in an int based on number of bits

c

why to use an underscore for a struct in c?

c struct standards typedef

Reason for different speeds of floating point division with and without opt.flag -O3 (C++/C)

c++ c gcc floating-point

I fixed a bug by mistake and want to understand why

c cs50

Can a header file name start with a digit?

General rule for ending arrays in C

arrays c

TypeDef with three parameters

c

Lock correctness with compiler optimizations (C / gcc)

Detecting multibyte character sequences?

c unicode utf-8

Can an f77 subroutine be called from C?

c fortran fortran77

What is the value of esp after a function returns?

c assembly x86 nasm

Using pthread lib in C with Cmake

c cmake pthreads

What in the C standard allows compilers to optimize `(((char *)p - 1) == NULL` to false?

Tesseract-OCR training problems

Calculating the size of structure in bytes without using sizeof [closed]

c sizeof

Can't comment // on codeblocks

c linux codeblocks

Reason for the output of the following code :

c

Commands like "ls -l" not executing in execl, whereas in execvp it works

c exec

Include assets in build (SDL-2 game project in C)

c codeblocks assets sdl-2

Linker errors compiling code using windns.h with gcc [duplicate]

c windows winapi gcc