Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c

How to pass an input and retrieve an output to a child process in C language

How does the function pthread_yield work?

Format strings safely when vsnprintf is not available

c printf c89

running program a second time returns EADDRINUSE for bind [duplicate]

c linux sockets

Terminology: why "floating multiply-add" instead of "fused multiply-add"?

C/C++ declare 2D/3D array with ascii art

Source code in embedded C for unsigned integer to string

c embedded

Get number of columns in SQLite result

c++ sql c sqlite d

Out of source build fails in autotools

c autotools configure automake

Calling a function for a period of time

c++ c linux time timestamp

How do I get the same behavior for double precision operations in both 32-bit and 64-bit modes?

c gcc x86 floating-point double

how does Florian's Grisu2 algorithm work?

Enabling link time optimization via makefile

c++ c makefile

Data Validation in C

c validation

wmain vs main C runtime

c unicode winapi wmain

Casting a character array into an integer

c++ c type-conversion

What is an update stream in C?

c stream language-lawyer

Where do I set TCP_NODELAY in this C++ TCP Client?

c++ c sockets

linking succeeds with arm-none-eabi-g++ but not arm-none-eabi-gcc

c++ c gcc arm libm