www.digitalmars.com         C & C++   DMDScript  

digitalmars.D - Walter's "Component Programming in D" article

reply Rene Zwanenburg <renezwanenburg gmail.com> writes:
I was hoping to point a colleague to the article mentioned above. 
Sadly Dr. Dobbs, where it was originally published, seems to be 
dead[0]. Archive.org has it but only the first page works. Does 
anyone know of a complete version floating around somewhere?

[0] 
https://www.drdobbs.com/architecture-and-design/component-programming-in-d/240008321
Oct 04 2023
next sibling parent reply matheus <matheus gmail.com> writes:
On Wednesday, 4 October 2023 at 14:35:58 UTC, Rene Zwanenburg 
wrote:
 I was hoping to point a colleague to the article mentioned 
 above. Sadly Dr. Dobbs, where it was originally published, 
 seems to be dead[0]. Archive.org has it but only the first page 
 works. Does anyone know of a complete version floating around 
 somewhere?

 [0] 
 https://www.drdobbs.com/architecture-and-design/component-programming-in-d/240008321
Here you go: 1) https://web.archive.org/web/20150901020251/https://www.drdobbs.com/architecture-and-design/component-programming-in-d/240008321 2) https://web.archive.org/web/20150901020248/http://www.drdobbs.com/architecture-and-design/component-programming-in-d/240008321?pgno=2 3) https://web.archive.org/web/20171013051834/http://www.drdobbs.com/architecture-and-design/component-programming-in-d/240008321?pgno=3 4) https://web.archive.org/web/20171013064238/http://www.drdobbs.com/architecture-and-design/component-programming-in-d/240008321?pgno=4 Matheus.
Oct 04 2023
parent reply matheus <matheus gmail.com> writes:
On Wednesday, 4 October 2023 at 16:28:55 UTC, matheus wrote:
 ...
 Here you go:
 ...
And clicking in the printer... all 4 pages: https://web.archive.org/web/20150901020256/http://www.drdobbs.com/article/print?articleId=240008321&siteSectionName=architecture-and-design Matheus.
Oct 04 2023
parent Rene Zwanenburg <renezwanenburg gmail.com> writes:
On Wednesday, 4 October 2023 at 16:33:00 UTC, matheus wrote:
 On Wednesday, 4 October 2023 at 16:28:55 UTC, matheus wrote:
 ...
 Here you go:
 ...
And clicking in the printer... all 4 pages: https://web.archive.org/web/20150901020256/http://www.drdobbs.com/article/print?articleId=240008321&siteSectionName=architecture-and-design Matheus.
Thanks! When I clicked the page numbers on the archive version nothing happened, and I didn't dig any further. Guess I should have tried a little harder ;). Anyways, thanks again.
Oct 04 2023
prev sibling parent reply Walter Bright <newshound2 digitalmars.com> writes:
On 10/4/2023 7:35 AM, Rene Zwanenburg wrote:
 I was hoping to point a colleague to the article mentioned above. Sadly Dr. 
 Dobbs, where it was originally published, seems to be dead[0]. Archive.org has 
 it but only the first page works. Does anyone know of a complete version 
 floating around somewhere?
 
 [0] 
 https://www.drdobbs.com/architecture-and-design/component-programming-in-d/240008321
This was actually a two-parter. I never put either up on my web site, I'll see about that. (Dr. Dobbs was kind enough to allow me to do that.)
Oct 06 2023
parent reply Walter Bright <newshound2 digitalmars.com> writes:
I combined the two parts into one, so as promised:

https://www.digitalmars.com/articles/component.html
Oct 07 2023
parent Rene Zwanenburg <renezwanenburg gmail.com> writes:
On Sunday, 8 October 2023 at 03:23:12 UTC, Walter Bright wrote:
 I combined the two parts into one, so as promised:

 https://www.digitalmars.com/articles/component.html
Thank you!
Oct 11 2023