digitalmars.D.bugs - [Issue 3964] New: Hello World, Reloaded example on 1.0 page has writeln
- d-bugmail puremagic.com (26/26) Mar 15 2010 http://d.puremagic.com/issues/show_bug.cgi?id=3964
- d-bugmail puremagic.com (7/7) Jul 01 2010 http://d.puremagic.com/issues/show_bug.cgi?id=3964
- d-bugmail puremagic.com (12/12) Jul 01 2010 http://d.puremagic.com/issues/show_bug.cgi?id=3964
http://d.puremagic.com/issues/show_bug.cgi?id=3964
Summary: Hello World, Reloaded example on 1.0 page has writeln
Product: D
Version: unspecified
Platform: All
OS/Version: All
Status: NEW
Severity: trivial
Priority: P2
Component: www.digitalmars.com
AssignedTo: nobody puremagic.com
ReportedBy: baseball.mjp gmail.com
---
Thought I read this before, but couldn't find anything when searching.
On http://digitalmars.com/d/1.0/index.html, the example uses the function
'writeln' which does not exist in D1.
// Object Oriented Programming
auto cl = new CmdLin(argc, argv);
// Improved typesafe printf
writeln(cl.argnum, cl.suffix, " arg: ", cl.argv);
// Automatic or explicit memory management
delete cl;
Change writeln to writefln makes it work just fine.
--
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
Mar 15 2010
http://d.puremagic.com/issues/show_bug.cgi?id=3964 --- Is there any reason why this hasn't been fixed? It only requires a 1 character addition... -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------
Jul 01 2010
http://d.puremagic.com/issues/show_bug.cgi?id=3964
nfxjfg gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |nfxjfg gmail.com
Michael P, it somebody happens that none of the D developers care about some
bug.
Just forget it.
--
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
Jul 01 2010









d-bugmail puremagic.com 