On Thursday, 10 September 2020 at 15:41:17 UTC, Adam D. Ruppe
wrote:
On Thursday, 10 September 2020 at 14:31:41 UTC, Andre Pany
wrote:
[...]
You messed up the pointers.
[...]
Fantastic, thank you so much Adam.
Kind regards
André
On Thursday, 10 September 2020 at 14:31:41 UTC, Andre Pany wrote:
Why does it crash?
You messed up the pointers.
A string is one star.
An array of strings is two stars.
A pointer to an array of strings is /three/ stars.
---
import std;
void main()
{
size_t* i; // this need not be a