Return Styles: Pseud0ch, Terminal, Valhalla, NES, Geocities, Blue Moon. Entire thread

You have 10 seconds to implement std::vector in plain C

Name: Anonymous 2016-07-20 3:56

Must support:

* Adding elements
* Regrowing

Name: Anonymous 2016-08-02 11:51

>>1
struct Cell
{
struct Cell * car;
struct Cell * cdr;
};


Then, just write suitable definitions of std::vector::push_back et al in Lisp.

Done.

Newer Posts
Don't change these.
Name: Email:
Entire Thread Thread List