Download Reference Manual
The Developer's Library for D
About Wiki Forums Source Search Contact

Changes between Version 18 and Version 19 of BoostTangoMigration

Show
Ignore:
Author:
mandel (IP: 84.136.81.245)
Timestamp:
12/26/07 03:05:13 (16 years ago)
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • BoostTangoMigration

    v18 v19  
    5555{{{ 
    5656#!d 
    57 Cout("Hello World!"); 
     57Stdout("Hello World!"); 
    5858}}}  
    5959 
    7272 
    7373=== std::string === 
    74 D provides in a built-in string-like datatype of '''char[]'''. It is a struct that contains a char pointer (not \0 terminated) and has a length field. Tango provides [[docs(tango.text.String,tango.text.String.html,)]] containing advanced string manipulation, although it is not needed for basic string operations
     74D provides in a built-in string-like datatype of '''char[]'''. It is a struct that contains a char pointer (not \0 terminated) and has a length field. Tango provides [[docs(tango.text.Util,tango.text.Util.html,)]] containing advanced string manipulation, although it is not needed for basic string operations such as [http://digitalmars.com/d/arrays.html#slicing slicing]
    7575 
    7676=== std::string::substr ===