Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
samfisher83
on Jan 7, 2017
|
parent
|
context
|
favorite
| on:
C99/C11 dynamic array that mimics C++'s std::vecto...
You could add some function pointers to the struct initialize them and then you could do:
Array a; a.add(&a, item).
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search:
Array a; a.add(&a, item).