On Wednesday, 29 October 2014 at 19:10:48 UTC, Walter Bright wrote:
On 10/29/2014 7:49 AM, Russel Winder via Digitalmars-d wrote:
On Tue, 2014-10-28 at 21:37 -0700, Walter Bright via Digitalmars-d
wrote:

"hello" is not an std::string. There are also quite a few

Proof:

C++

int main(int argc, char **argv) {

}

D

int main(string[] args) {

}

Reply via email to