Josh Bleecher Snyder
Results
321
comments of
Josh Bleecher Snyder
trafficstars
> the main problem is re-implementing the C++ stuff in C Another option is to hide it all behind a very simple C facade, something like `new`/`init`, `parse`, `free`. (At...