Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c

How to divide by 1000000 without resulting in: undefined reference to '__udivdi3'

c algorithm embedded

strictly speaking, where does the scope of a label name starts and ends in C?

c scope identifier goto c17

Would negative 0 be an issue in this situation?

c language-lawyer division

C - wanted to know max memory allocable size in a program

c

What is a good C compiler for OSX or Windows XP or DOS?

c macos windows-xp dos pascal

Scaling png font down

c++ c opengl fonts scaling

Why can't I pass a pointer as an argument?

Char pointer to anonymous char array

c pointers char

Is it safe to write to a descriptor after ENOSPC

c unix file-io

what is meant "seg fs" in the linux kernel bootsect.s file

passing argument 2 makes pointer from integer without a cast

c

About collapsing code block in Visual Studio using #pragma region

c++ c visual-studio pragma

How do I find threads that belong to the same process in Linux

Static arrays inside of functions error C

c

Single computation of a variable that has to be visible for every thread

c multithreading openmp

When to use const* versus const * const?

c

Japanese half/full width conversion

c++ c glib

System Calls in C signals and fork

c signals fork system-calls

Create array of arrays contating strings in C

Converting a long double to double with upward (or downward) rounding