C++ developer choices in open source projects
eles via Digitalmars-d
digitalmars-d at puremagic.com
Wed Oct 29 13:25:39 PDT 2014
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) {
}
More information about the Digitalmars-d
mailing list