Stdout, Stdin, Stderr
Stdout --> Console
fwrite(&ch, 1, 1, stdout);
Stdin --> Keyboard
fread(&ch, 1, 1, stdin);
Stderr --> Standard Error (again, Console)
[When the compiler detects an error, the error message is written in this file]
Previous slide
Next slide
Back to first slide
View graphic version