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-06 18:16
>>49 Elegant in the sense of actually creating true type-generic functions using casting, as opposed to what templates do (create a new copy of the function for each type).