digitalmars.D - a cin-like function in phobos
- ameer armaly (2/2) Jun 15 2004 Hi all.
- Maik Zumstrull (4/6) Jun 15 2004 It's AFAIK not explicitly documented, but std.stream defines streams
- Sean Kelly (3/4) Jun 15 2004 Check stream.d. If you want functionality closer to what's in C++, wait...
Hi all. What's a good line reader function, similar to the cin class in c++?
Jun 15 2004
ameer armaly schrieb:Hi all. What's a good line reader function, similar to the cin class in c++?It's AFAIK not explicitly documented, but std.stream defines streams named stdin, stdout, stderr. They work as expected. Have a look at the std.stream documentation for details.
Jun 15 2004
In article <Pine.LNX.4.58.0406151153130.1567 debian>, ameer armaly says...What's a good line reader function, similar to the cin class in c++?Check stream.d. If you want functionality closer to what's in C++, wait about a week--I'm working on some revisions to that stuff right now.
Jun 15 2004