You have 10 seconds to implement std::vector in plain C
Name:
Anonymous2016-07-20 3:56
Must support:
* Adding elements * Regrowing
Name:
Anonymous2016-08-01 20:49
the sad thing is that i actually tried to implement this using macros, and I thought it worked but it had a memory related bug that i didn't understand and i realized i suck at C