Comment by cisc
3 hours ago
> It just made any dynamic structures so painful that few programmers used them
What's an example of the pain?
3 hours ago
> It just made any dynamic structures so painful that few programmers used them
What's an example of the pain?
Awkward syntax for pointer access, for one thing.
What's awkward about the syntax? It's straightforward:
https://docwiki.embarcadero.com/RADStudio/Florence/en/Pointe...
https://castle-engine.io/modern_pascal#_pointers
You need to dereference pointer to access the structure fields, for example.
1 reply →