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 CopyingStringsExample

Show
Ignore:
Author:
Bradley Smith (IP: 66.159.200.90)
Timestamp:
01/12/07 01:31:01 (17 years ago)
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • CopyingStringsExample

    v1 v2  
    5353}}} 
    5454 
     55== Comments == 
     56 
     57This example will produce a segmentation fault on Linux because string literals are read-only. 
     58 
    5559== Source == 
    5660