Hello, I'm in the process of learning D, and I have some questions about reading from stdin. I've checked out the documentation but it's really not helping too much. I'd like to know how to read from stdin one character at a time, read with whitespace as a delimiter, and read line by line. Essentially just the equivalents of cin.get(), cin >>, and cin.getline(). At the momoent I'm using the D compiler on www.ideone.com, which I assume uses Phobos.
Thanks in advance for any help. Malcolm