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

Правка ru1, от 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
Теги c++ vs pascal, input, output, c и c++

История

 
 
 
 
Правки
 
 
  Rev. Язык Кто Когда Δ Комментарий
ru1 Русский xsc 2017-03-27 13:24:42 1949 Первая редакция (опубликовано)