I decided to try out betterC with the most trivial example I could think of, but why doesn't this work?

```d
extern(C) int main()
{
        char[] hello = "hello";
        printf(hello);

        return 0;
}
```
  • I don't understa... confused via Digitalmars-d-learn
    • Re: I don't... Richard (Rikki) Andrew Cattermole via Digitalmars-d-learn
      • Re: I d... confused via Digitalmars-d-learn
        • Re:... Richard (Rikki) Andrew Cattermole via Digitalmars-d-learn
          • ... confused via Digitalmars-d-learn
            • ... bachmeier via Digitalmars-d-learn
              • ... confused via Digitalmars-d-learn
                • ... bachmeier via Digitalmars-d-learn
            • ... evilrat via Digitalmars-d-learn
              • ... confused via Digitalmars-d-learn
                • ... Jonathan M Davis via Digitalmars-d-learn

Reply via email to