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 VariableArgumentsExample

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

fixed newsgroup links

Legend:

Unmodified
Added
Removed
Modified
  • VariableArgumentsExample

    v1 v2  
    77Use std.c.stdarg for variable arguments. 
    88 
    9 The std.c.stdarg module is now [http://www.digitalmars.com/drn-bin/wwwnews?digitalmars.D/4490 obsolete] with the release of DMD 0.93. Use std.stdarg instead (see VariableArgumentsUsingStdStdargExample). 
     9The std.c.stdarg module is now [http://www.digitalmars.com/pnews/read.php?server=news.digitalmars.com&group=digitalmars.D&artnum=4490 obsolete] with the release of DMD 0.93. Use std.stdarg instead (see VariableArgumentsUsingStdStdargExample). 
    1010 
    1111== Example == 
    5353== Source == 
    5454 
    55 Adapted from http://www.digitalmars.com/drn-bin/wwwnews?digitalmars.D/273. 
    56  
    57 || Link || http://www.dsource.org/tutorials/index.php?show_example=94 || 
    58 || Posted by || jcc7 || 
    59 || Date/Time || Wed Jun 23, 2004 11:20 pm || 
     55Adapted from [http://www.digitalmars.com/pnews/read.php?server=news.digitalmars.com&group=digitalmars.D&artnum=273  digitalmars.D/273].