compatible c and c++#18
Conversation
|
I'm confused... isn't it possible to use as an external library from C++ via something like: ? |
|
sure. That way is also possible! don't you think so? |
|
I can leave the PR open and if someone wants it they can grab it |
|
hmm... |
|
Well, it's a judgement call, so there isn't a hard rule... this does make it easier to incorporate into a C++ project, but it also makes the code more complicated. For this library, I've tried to keep the code as simple as possible, so I don't think the trade is worth it in this case. I like keeping the PR open so that if someone in the future asks for a C++ version, I can simply point to this PR. |
Hey @velipso
Modified so that it can be used as a library from c++.
please merge this!