Author |
Message |
Topic: Working with files |
SpottedTiger
Replies: 5
Views: 15201
|
Forum: General Posted: Sun Feb 06, 2005 11:57 pm Subject: Working with files |
jcc7: You're welcome...yeah I thought there was one too. But all I found was your example reading in a input file. |
Topic: Working with files |
SpottedTiger
Replies: 5
Views: 15201
|
Forum: General Posted: Sat Feb 05, 2005 5:28 pm Subject: Working with files |
dhasenan: You're welcome!
Well, for a high level view that gives all the functions and their parameters, you'll have to go to the DigitalMars D website (http://www.digitalmars.com/d/) then cl ... |
Topic: Working with files |
SpottedTiger
Replies: 5
Views: 15201
|
Forum: General Posted: Fri Feb 04, 2005 10:06 pm Subject: Working with files |
dhasenan, by default the following "File f = new File( r"C:\blargh.txt" )" line does an open and not a create as you wanted. Please look at the D code below that I've tested, which seems to do what yo ... |
Topic: Mango XML Support |
SpottedTiger
Replies: 16
Views: 27233
|
Forum: Mango Posted: Mon Jan 03, 2005 10:17 am Subject: Mango XML Support |
teqDruid: It sounds like you're taking a good approach in implementing DOM support to Mango. I look forward to seeing your progress on this project. |
Topic: Mango XML Support |
SpottedTiger
Replies: 16
Views: 27233
|
Forum: Mango Posted: Sun Jan 02, 2005 9:36 pm Subject: Mango XML Support |
teqDruid: I'd be interested in seeing you work toward creating a XML parser that implements a DOM (Document Object Model). Out of curiosity, will it based off any of the W3C's DOM Core Level 1, 2, 3 o ... |
Topic: Contributions |
SpottedTiger
Replies: 3
Views: 59280
|
Forum: Deimos Posted: Wed Dec 22, 2004 8:40 am Subject: Contributions |
pragma, I've been pretty busy the past few months, but I did finally get around to fixing the WinDLL.dll std.loader example. If you still want to check it out, you'll need the following code below:
... |
Topic: Use of Uppercase Letters in Module Names |
SpottedTiger
Replies: 6
Views: 13798
|
Forum: General Posted: Mon Nov 29, 2004 10:05 pm Subject: Use of Uppercase Letters in Module Names |
JJR thanks for reminding me about this...even though I read the D style guide, I was about to make the mistake of creating a module name with mixed case. It seems Windows just allows a lot more freedo ... |
|