Search code examples
Python: fork, pipe and exec...


pythonexecforkstdiodup

Read More
Is there any case where %p format specifier will not print address in 0x.. format...


cpointersstdioformat-specifiersimplementation-defined-behavior

Read More
Arduino: printf/fprintf prints question mark instead of float...


carduinostdioprintf

Read More
getchar having trouble reading due to scanf fail...


cstdio

Read More
stdio.h not standard in C++?...


c++stdiostandard-library

Read More
getc() not working outside of main function...


cstdio

Read More
Visual Studio 15 __imp___iob, __imp___pctype, __imp___mb_cur_max...


c++linkervisual-studio-2015legacystdio

Read More
Why can't putc() be implemented as a macro in C++? (Or can it?)...


c++language-lawyerstdio

Read More
Ambiguous fread()/fwrite() documentation...


c++clanguage-lawyerposixstdio

Read More
How can I return stdin to the console?...


cstdio

Read More
PHP - detect STDIO input...


phpstdio

Read More
Why do my variadic functions in my printf function not work?...


cprintfvariadic-functionsstdiovariadic

Read More
Linux x86-64 fork syscall strange behavior against C standard libc FILE I/O (keywords: fork, fclose,...


clinuxforkx86-64stdio

Read More
Can I reuse the buffer in open_memstream...


cstreamposixstdio

Read More
Called object 'time' is not a function...


ctimestdio

Read More
Redirect stdio over TLS in Rust...


sslrustfile-descriptorstdio

Read More
How is "file position" implemented in a stream (FILE)?...


cfilebufferstdio

Read More
Broken files in C...


cwindowsfilestdio

Read More
"Save 38% now" C string aborts the program...


cobjective-ccharfreebsdstdio

Read More
What is the difference between a pointer to a buffer and a pointer to a file?...


cfilebufferstdio

Read More
If a C function is called twice will it create a variable declared in the function twice?...


cprintfdynamic-memory-allocationstdio

Read More
Is there a Windows equivalent to fdopen for HANDLEs?...


cwinapistdio

Read More
why use fflush after printf when printf can print by itself?...


cflushstdiofflush

Read More
Reading a wav file returns 0 bytes...


c++iofreadstdio

Read More
Would it be a bad practice to mix fgets with scanf and use fseek to skip the new line characters? C...


cscanffgetsstdiofseek

Read More
Trying to make a simple program (in C) that copies all non empty lines from a given text file into a...


cstringtextstdio

Read More
Reading user input into array up to its maximum size...


cscanfstdio

Read More
how to get multiple character in one input in C...


cstdio

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


cstdio

Read More
C file pointer changing after fork and (failed) exec...


clinuxfileforkstdio

Read More
BackNext