[Issue 511] Various problems in the documentation
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Sat Nov 18 03:49:05 PST 2006
http://d.puremagic.com/issues/show_bug.cgi?id=511
deewiant at gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #49 is|0 |1
obsolete| |
------- Comment #8 from deewiant at gmail.com 2006-11-18 05:49 -------
Created an attachment (id=51)
--> (http://d.puremagic.com/issues/attachment.cgi?id=51&action=view)
Corrected patch for word count at http://www.digitalmars.com/d/arrays.html
Made a major screwup in the original patch, corrected that now.
I realised this when I found the original version of the code at
www.digitalmars.com/d/cppstrings.html.
Updated wc.patch attached. It applies to the original code at
www.digitalmars.com/d/arrays.html, not the version created after applying the
previous patch.
Changes in addition to those in the original:
- foreach loop has an added "j" index, keeping the original "j"s as
"j"s instead of turning them into "i"s
- the output loop at the end of the program uses the sorted keys array
to match the version at cppstrings.html
--
More information about the Digitalmars-d-bugs
mailing list