Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
inlined
on Jan 7, 2017
|
parent
|
context
|
favorite
| on:
C99/C11 dynamic array that mimics C++'s std::vecto...
I was thinking about that but I don't know what to do with the type of the param you're accepting. Could you do a const void* ref? Might just be easier to make it variadic.
AlexeyBrin
on Jan 7, 2017
[–]
See this comment
https://news.ycombinator.com/item?id=13346432
. At this point creating a function like:
array_push_back(int nr_arguments, ...);
that will replace the original macro ~~should be possible~~. Actually it won't work without using non-standard compiler extensions like
typeof
.
Consider applying for YC's Fall 2026 batch!
Applications
are open till July 27.
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search: