Hacker News new | ask | show | jobs
by synergy20 1624 days ago
This is still all in c++ correct? why not just using STL instead, am I missing something here.

There are a few pure-C made STL alike containers for C that uses no c++ code at all, a random github search finds this: https://github.com/assyrianic/Harbol , there are quite a few of them just not recalling them now.