D - better io?
- Michael T. Coumbes (6/6) Apr 22 2004 I have looked and failed to find more input/output functions
- Michael T. Coumbes (3/3) Apr 22 2004 Sorry about double post. I posted my other message last night.
- Maik Zumstrull (8/11) Apr 23 2004 Sure.
- Stephan Wienczny (4/12) Apr 23 2004 You could also try to use the new dsc beta.
I have looked and failed to find more input/output functions than importing std.c.stdio Are there any? Possible something like C++ streams? Just wondering becuase printf and all its friends are IMHO a pain to use. Thanks to all who reply, Michael Coumbes
Apr 22 2004
Sorry about double post. I posted my other message last night. Didn't notice it had showed and thought it hadn't. Michael Coumbes
Apr 22 2004
Michael T. Coumbes schrieb:I have looked and failed to find more input/output functions than importing std.c.stdio Are there any? Possible something like C++ streams?Sure. http://www.digitalmars.com/d/phobos.html#stream Note that the standard streams are: File stdin, stdout, stderr; (defined in std.stream) I think the documentation doesn't specifically mention that. It is kinda obvious, though.
Apr 23 2004
Michael T. Coumbes wrote:I have looked and failed to find more input/output functions than importing std.c.stdio Are there any? Possible something like C++ streams? Just wondering becuase printf and all its friends are IMHO a pain to use. Thanks to all who reply, Michael CoumbesYou could also try to use the new dsc beta. http://dsource.org/projects/dsc/ Have a lot of fun
Apr 23 2004