Name:
Anonymous
2016-07-20 3:56
Must support:
* Adding elements
* Regrowing
Name:
Anonymous
2016-07-20 21:24
>>2* No void * casting.
It's a good thing then that C allows type conversion with void* without casting.
>>6would be tricky and probably require messing around with pointers and casting
It's trivial actually.