I love Pascal's read | write input/output procedures.

Revision ru1, by xsc, 2017-03-27 13:24:42

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
Tags c++ vs pascal, input, output, c и c++

History

 
 
 
 
Revisions
 
 
  Rev. Lang. By When Δ Comment
ru1 Russian xsc 2017-03-27 13:24:42 1949 Первая редакция (опубликовано)