On Saturday, 2 September 2023 at 07:59:31 UTC, Jonathan M Davis wrote:
If you put it into a package, then you could have your own object module that then isn't at the top level - e.g. mypkg/object.d with

module mypkg.object;

but you can't have more than one module in your program with the same full module name. So, in the case of the top-level module, object, you can only declare your own if you replace the default one, which you might do in some special situations, but it's not something that you would normally do, and you can never have both the normal object module and your own in the same program.

- Jonathan M Davis

So then I guess I'd still like to know how I'm expected to store and access an array of characters without the C runtime as I tried in my original post.
  • Re: I don't unde... Richard (Rikki) Andrew Cattermole via Digitalmars-d-learn
    • Re: I don't... confused via Digitalmars-d-learn
      • Re: I d... Richard (Rikki) Andrew Cattermole via Digitalmars-d-learn
        • Re:... 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
              • ... confused via Digitalmars-d-learn
              • ... evilrat via Digitalmars-d-learn
              • ... rempas via Digitalmars-d-learn
          • ... ryuukk_ via Digitalmars-d-learn
            • ... confused via Digitalmars-d-learn
              • ... evilrat via Digitalmars-d-learn

Reply via email to