Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in stdio

char *a, *b; what type is (b-a) and how do I printf it?

c pointers stdio

PHP - detect STDIO input

php stdio

What is the best way to seek past 2GiB in C?

c 64-bit stdio

fscanf read()s more than the number of characters I asked for

c stdio

fwrite() adds garbage data to output (WINE & Windows 7, mingw & MSVC; NOT linux/gcc)

c windows fwrite stdio

Linux x86-64 fork syscall strange behavior against C standard libc FILE I/O (keywords: fork, fclose, linux) [duplicate]

c linux fork x86-64 stdio

This small printf loop emits one extra byte seemingly out of nowhere, why?

c printf stdio

Writing to stdin from PHP?

php linux gnome stdio zenity

C without stdio, what is possible?

Can I pass FILE object across DLLs boundaries?

c++ dll code-generation stdio

fgets(), signals (EINTR) and input data integrity

c signals posix stdio libc

CreateProcess with new console window, but override some std i/o handles

How to write unit-tests for interactive console app

php console phpunit stdio

Why is the sprintf_s giving different result in different versions of Visual Studio?

c++ visual-c++ rounding stdio

how to read a string from a \n delimited file

c stdio fgets scanf

'printf': identifier not found

c++ printf stdio

Filehandle for Output from System Command in Perl

perl ipc pipe stdio filehandle

how to stop reading from file in C

c stdio

Override c library file functions?

c++ c file stdio