I don't understand betterC
    rempas 
    rempas at tutanota.com
       
    Fri Sep  8 18:48:43 UTC 2023
    
    
  
On Monday, 4 September 2023 at 07:39:21 UTC, confused wrote:
>
> 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.
You are going to allocate memory using the system call of your 
operation system and then you'll use a pointer as you would if 
you had used "malloc".
Is this what you are trying to do?
    
    
More information about the Digitalmars-d-learn
mailing list