digitalmars.D - Linked List?
- evolutional (10/10) Jul 22 2004 Hi,
- Bruno A. Costa (4/19) Jul 22 2004 there is a bzip2 version for windows at:
- evolutional (2/5) Jul 23 2004 Thanks for the link. That's one tool I'll be needing again :)
- Mike Parker (6/10) Jul 23 2004 And there's also PowerArchiver (http://www.powerarchiver.com/) which
- John Reimer (10/21) Jul 25 2004 Yep... so handy that I purchased a license several years ago, as others
- J C Calvarese (8/28) Jul 25 2004 I've used several archiving programs in the past (including
- Ben Hinkle (5/20) Jul 22 2004 a "minimal list" plus some array helper functions:
- evolutional (6/10) Jul 23 2004 Thanks Ben, that was exactly what I was looking for. I did start to code...
- Ben Hinkle (2/19) Jul 23 2004 keep in mind it probably is still buggy - bug reports would be appreciat...
Hi, I've just started playing around with D and can't seem to find the linked-list templates (think of std::list here). I've read a few posts in this forum and it seems like there will be one in DTL, but I don't know when DTL will be out. The linked list example downloadable from the links page on digital mars won't unpack on my machine (windows - the file is tar.bz2 and I can't seem to get it working without being reported as corrupt). Will I have to write my own basic linked list template until DTL comes out, or does anyone have one they are willing to share? :) Thanks
Jul 22 2004
there is a bzip2 version for windows at: http://gnuwin32.sourceforge.net/packages/bzip2.htm Bruno. evolutional wrote:Hi, I've just started playing around with D and can't seem to find the linked-list templates (think of std::list here). I've read a few posts in this forum and it seems like there will be one in DTL, but I don't know when DTL will be out. The linked list example downloadable from the links page on digital mars won't unpack on my machine (windows - the file is tar.bz2 and I can't seem to get it working without being reported as corrupt). Will I have to write my own basic linked list template until DTL comes out, or does anyone have one they are willing to share? :) Thanks
Jul 22 2004
In article <cdp922$13cv$1 digitaldaemon.com>, Bruno A. Costa says...there is a bzip2 version for windows at: http://gnuwin32.sourceforge.net/packages/bzip2.htm Bruno.Thanks for the link. That's one tool I'll be needing again :)
Jul 23 2004
Bruno A. Costa wrote:there is a bzip2 version for windows at: http://gnuwin32.sourceforge.net/packages/bzip2.htmAnd there's also PowerArchiver (http://www.powerarchiver.com/) which supports more archive formats than I care to list (including bzip, tar and gzip). It's shareware, but you the unregistered version can be is unlimited and can be used forever with an unobtrusive nag if you don't care to register. It has come in handy for me many, many times.
Jul 23 2004
On Fri, 23 Jul 2004 23:21:25 +0900, Mike Parker wrote:Bruno A. Costa wrote:Yep... so handy that I purchased a license several years ago, as others should if they find it useful enough to use indefinitely. :-) If you want a truly free archiving system, 7zip is quite a powerful little piece of software: it's small and fast, supports many archive formats, and integrates into the windows shell. I think it's hard for commercial software to even compete with this one. You'll find it at www.7-zip.org Later, Johnthere is a bzip2 version for windows at: http://gnuwin32.sourceforge.net/packages/bzip2.htmAnd there's also PowerArchiver (http://www.powerarchiver.com/) which supports more archive formats than I care to list (including bzip, tar and gzip). It's shareware, but you the unregistered version can be is unlimited and can be used forever with an unobtrusive nag if you don't care to register. It has come in handy for me many, many times.
Jul 25 2004
John Reimer wrote:On Fri, 23 Jul 2004 23:21:25 +0900, Mike Parker wrote:...there is a bzip2 version for windows at: http://gnuwin32.sourceforge.net/packages/bzip2.htmAnd there's also PowerArchiver (http://www.powerarchiver.com/) which supports more archive formats than I care to list (including bzip, tar and gzip). It's shareware, but you the unregistered version can be is unlimited and can be used forever with an unobtrusive nag if you don't care to register. It has come in handy for me many, many times.If you want a truly free archiving system, 7zip is quite a powerful little piece of software: it's small and fast, supports many archive formats, and integrates into the windows shell. I think it's hard for commercial software to even compete with this one. You'll find it at www.7-zip.org Later, JohnI've used several archiving programs in the past (including PowerArchiver), but I've used 7-zip exclusively for quite a while now. It's great! -- Justin (a/k/a jcc7) http://jcc_7.tripod.com/d/
Jul 25 2004
evolutional wrote:Hi, I've just started playing around with D and can't seem to find the linked-list templates (think of std::list here). I've read a few posts in this forum and it seems like there will be one in DTL, but I don't know when DTL will be out. The linked list example downloadable from the links page on digital mars won't unpack on my machine (windows - the file is tar.bz2 and I can't seem to get it working without being reported as corrupt). Will I have to write my own basic linked list template until DTL comes out, or does anyone have one they are willing to share? :) Thanksa "minimal list" plus some array helper functions: http://home.comcast.net/~benhinkle/mintl.zip I'll probably have map.d ready in a couple of days. -Ben
Jul 22 2004
In article <cdph5t$16qn$1 digitaldaemon.com>, Ben Hinkle says...a "minimal list" plus some array helper functions: http://home.comcast.net/~benhinkle/mintl.zip I'll probably have map.d ready in a couple of days. -BenThanks Ben, that was exactly what I was looking for. I did start to code one up last night but yours looks a lot more complete. I'll look forward to seeing the map.d code too :) Thanks a bunch Oli
Jul 23 2004
evolutional wrote:In article <cdph5t$16qn$1 digitaldaemon.com>, Ben Hinkle says...keep in mind it probably is still buggy - bug reports would be appreciated.a "minimal list" plus some array helper functions: http://home.comcast.net/~benhinkle/mintl.zip I'll probably have map.d ready in a couple of days. -BenThanks Ben, that was exactly what I was looking for. I did start to code one up last night but yours looks a lot more complete. I'll look forward to seeing the map.d code too :) Thanks a bunch Oli
Jul 23 2004