I don't understand betterC

confused no at no.no
Mon Sep 4 07:39:21 UTC 2023


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.


More information about the Digitalmars-d-learn mailing list