Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c

strtod() function from David M. Gay's dtoa.c

c

Is it possible to implement nextafter w/o obtaining a binary representation?

C Basic Calculator - Issue with else if and Y/N continuation logic [closed]

c

gcc compiler -Wmaybe-uninitialized not triggering in switch statement

c gcc

Configure key repeat delay to detect if key is being pressed

c terminal key delay curses

SocketCAN continuous reading and writing

why does mmap fail?

How to print logs on both console and file in C language?

c printf

Ptrace allows to write to executable program segment, but process_vm_writev doesn't

c linux low-level ptrace

Make OpenSSL accept expired certificates

c ssl openssl

Malloc with structs in C

c malloc

C function fwrite() doesn't write in file

c file-io io fwrite

Is it possible to use a for loop to change a variable name in C?

Struct padding for single member structs

c struct padding

Octal representation inside a string in C

c octal number-systems

Aligning Output Values in C

c printf stdio

How can you tell if an ELF Binary was Built with BINDNOW?

c gcc

Can executable and shared library contain functions with the same name?

c++ c dll shared-libraries exe

Error : Conflicting types for 'remove'

c

Decompress PNG using zlib

c gcc png zlib