Re: Insufficient Documentation?

2013-07-31 Thread Jesse Phillips
On Wednesday, 31 July 2013 at 04:05:48 UTC, Manfred Nowak wrote: Jesse Phillips wrote: How did you know about convert object? -manfred If I had an object (argument) then I'd want to know how it would become (convert to) text. Similarly if I had an int I'd want to know how that converts to

Re: Insufficient Documentation?

2013-07-31 Thread Manfred Nowak
Jesse Phillips wrote: argument being passed was an object I see now, that you came to convert object because you know about the olution of the task given. Sooily the solution is unknown before hand! Of course my `class' printed out something that I didn't want to see. But I still do not see

Re: Insufficient Documentation?

2013-07-30 Thread Jesse Phillips
On Monday, 29 July 2013 at 06:17:10 UTC, Manfred Nowak wrote: http://dlang.org/phobos/std_stdio.html: void write(S...)(S args); Writes its arguments in text format to the file. 1) Feeding arguments in text format into the search-function for the whole site does not give a hint to

Re: Insufficient Documentation?

2013-07-30 Thread Manfred Nowak
Jesse Phillips wrote: Writes its arguments in text format to the file. I'm not sure what results you are interest in when searching for arguments in text format. I expected a closer explanation for the broad explanation arguments in text format. If the explanation for `write' would be

Insufficient Documentation?

2013-07-29 Thread Manfred Nowak
http://dlang.org/phobos/std_stdio.html: void write(S...)(S args); Writes its arguments in text format to the file. 1) Feeding arguments in text format into the search-function for the whole site does not give a hint to `toString'. What am I missing? 2) to the file ... which file?

Re: Insufficient Documentation?

2013-07-29 Thread Tobias Pankrath
On Monday, 29 July 2013 at 06:17:10 UTC, Manfred Nowak wrote: http://dlang.org/phobos/std_stdio.html: void write(S...)(S args); Writes its arguments in text format to the file. 1) Feeding arguments in text format into the search-function for the whole site does not give a hint to