Difference between revisions of "Articles"

From D Wiki
Jump to: navigation, search
(Removed duplicated entry and made all dates formatted the same way: "full_name_of_month" "day", "year")
Line 33: Line 33:
 
  | author = Michael Parker
 
  | author = Michael Parker
 
}}
 
}}
 +
{{Article
 +
| name = Sockets introduction
 +
| url = http://dpldocs.info/this-week-in-d/Blog.Posted_2019_11_11.html#sockets-tutorial
 +
| author = Adam D. Ruppe
 +
| published = November 11, 2019
  
{{Article
 
| name = Socket introduction
 
| url = http://dpldocs.info/this-week-in-d/Blog.Posted_2019_11_11.html
 
| author = ADR
 
 
}}
 
}}
 +
 +
  
 
}}
 
}}
Line 59: Line 62:
 
  | url = http://blog.thecybershadow.net/2014/03/21/functional-image-processing-in-d/
 
  | url = http://blog.thecybershadow.net/2014/03/21/functional-image-processing-in-d/
 
  | author = Vladimir Panteleev
 
  | author = Vladimir Panteleev
  | published = Mar 21 2014
+
  | published = March 21, 2014
 
}}
 
}}
  
Line 73: Line 76:
 
  | url = http://www.drdobbs.com/cpp/nans-just-dont-get-no-respect/240005723
 
  | url = http://www.drdobbs.com/cpp/nans-just-dont-get-no-respect/240005723
 
  | author = Walter Bright
 
  | author = Walter Bright
  | published = Aug 16 2012
+
  | published = August 16, 2012
 
}}
 
}}
  
Line 80: Line 83:
 
  | url = http://www.drdobbs.com/cpp/voldemort-types-in-d/232901591
 
  | url = http://www.drdobbs.com/cpp/voldemort-types-in-d/232901591
 
  | author = Walter Bright
 
  | author = Walter Bright
  | published = May 07 2012
+
  | published = May 07, 2012
 
}}
 
}}
  
Line 87: Line 90:
 
  | url = http://www.drdobbs.com/cpp/increasing-compiler-speed-by-over-75/240158941#
 
  | url = http://www.drdobbs.com/cpp/increasing-compiler-speed-by-over-75/240158941#
 
  | author = Walter Bright
 
  | author = Walter Bright
  | published = July 25 2013
+
  | published = July 25, 2013
 
}}
 
}}
  
Line 122: Line 125:
 
}}
 
}}
  
{{Article
 
| name = Sockets tutorial
 
| url = http://dpldocs.info/this-week-in-d/Blog.Posted_2019_11_11.html#sockets-tutorial
 
| author = Adam D. Ruppe
 
| published = Nov 11 2019
 
 
}}
 
  
  
Line 228: Line 224:
 
  | url = http://www.drdobbs.com/cpp/uniform-function-call-syntax/232700394
 
  | url = http://www.drdobbs.com/cpp/uniform-function-call-syntax/232700394
 
  | author = Walter Bright
 
  | author = Walter Bright
  | published = Mar 28 2012
+
  | published = March 28, 2012
 
}}
 
}}
  
Line 262: Line 258:
 
  | url = http://www.drdobbs.com/cpp/inheriting-purity/232601305
 
  | url = http://www.drdobbs.com/cpp/inheriting-purity/232601305
 
  | author = Walter Bright
 
  | author = Walter Bright
  | published = Feb 22 2012
+
  | published = February 22, 2012
 
}}
 
}}
  
Line 269: Line 265:
 
  | url = https://dlang.org/blog/2017/10/20/unit-testing-in-action/
 
  | url = https://dlang.org/blog/2017/10/20/unit-testing-in-action/
 
  | author = Mario Kröplin
 
  | author = Mario Kröplin
  | published = Oct 20 2017
+
  | published = October 20, 2017
 
}}
 
}}
  
Line 320: Line 316:
 
  | url = http://www.drdobbs.com/architecture-and-design/component-programming-in-d/240008321
 
  | url = http://www.drdobbs.com/architecture-and-design/component-programming-in-d/240008321
 
  | author = Walter Bright
 
  | author = Walter Bright
  | published = Oct 02 2012
+
  | published = October 2, 2012
 
}}
 
}}
  
Line 326: Line 322:
 
  | name = Component programming with ranges   
 
  | name = Component programming with ranges   
 
  | author = H. S. Teoh
 
  | author = H. S. Teoh
  | published = Aug 06 2013
+
  | published = August 6, 2013
 
}}
 
}}
  
Line 339: Line 335:
 
  | url = http://www.informit.com/articles/article.aspx?p=1609144
 
  | url = http://www.informit.com/articles/article.aspx?p=1609144
 
  | author = Andrei Alexandrescu
 
  | author = Andrei Alexandrescu
  | published = Jul 6, 2010
+
  | published = July 6, 2010
 
}}
 
}}
  
Line 424: Line 420:
 
  | url = https://dlang.org/blog/2017/12/05/interfacing-d-with-c-getting-started/
 
  | url = https://dlang.org/blog/2017/12/05/interfacing-d-with-c-getting-started/
 
  | author =  Michael Parker
 
  | author =  Michael Parker
  | published = Dec 05 2017
+
  | published = December 05, 2017
 
}}
 
}}
  

Revision as of 13:03, 14 November 2019

Beginning

General

Memory Management

Templates

Features

Modules

Architecture and Design

Concurrency

Operating System Development

Metaprogramming

Windows Specific

Interfacing to C

See also