Rating changes for last rounds are temporarily rolled back. They will be returned soon. ×

xsc's blog

By xsc, history, 7 years ago, In Russian

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
  • Vote: I like it
  • 0
  • Vote: I do not like it