upvote
> It just made any dynamic structures so painful that few programmers used them

What's an example of the pain?

reply
Awkward syntax for pointer access, for one thing.
reply
reply
You need to dereference pointer to access the structure fields, for example.
reply