Hacker News new | ask | show | jobs
by renewedrebecca 403 days ago
Pascal originally required you to specify the length of the string before you did anything with it.

This is a totally good idea, but was considered to be too much of a pain to use at the time.

1 comments

In C you have to do that too, like... malloc()?