Note: This website is archived. For up-to-date information about D projects and development, please visit wiki.dlang.org.

Changes between Version 1 and Version 2 of MultipleInheritanceWithTemplateBoltInsExample

Show
Ignore:
Author:
jcc7 (IP: 192.149.244.9)
Timestamp:
11/06/06 22:16:29 (17 years ago)
Comment:

fixed newsgroup link

Legend:

Unmodified
Added
Removed
Modified
  • MultipleInheritanceWithTemplateBoltInsExample

    v1 v2  
    33''Part of'' TemplatesCategory 
    44 
     5 
    56== Description == 
    67 
    78I've been experimenting a little, most of this is taken from Andy Freisens streams.d which doesn't appear to be on the web anymore. His is a very good example, this is trivial please expand on it! 
     9 
    810 
    911== Example == 
    5153}}} 
    5254 
     55 
    5356== Source == 
    5457 
    5558Originally posted by Q in March 2004.  
    5659 
    57 Apparently based on http://www.digitalmars.com/drn-bin/wwwnews?D/25856. 
    58  
    59 || Link || http://www.dsource.org/tutorials/index.php?show_example=55 || 
    60 || Edited by || jcc7 || 
    61 || Date/Time || Mon May 3, 2004 12:03 am || 
     60Apparently based on [http://www.digitalmars.com/pnews/read.php?server=news.digitalmars.com&group=D&artnum=25856  D:25856].