Pure C have scanf and printf, gets , getchar, ... puts, putchar functions.
C++ have std::cin, std::cout iostream objects ...
But, I'd like Pascal's read
and write
functions, they are easy to write and easy to understand.
So, why we can't emulate read
and write
in C++ and C++11 ?!
Go...
read
write