Does a C++ Wrapper exists ? Or is it something that could interest nng community ? #2114
FreeYourSoul
started this conversation in
Ideas
Replies: 1 comment
-
|
It's been simple enough to do the C code inside my C++. There's at least one wrapper around it: But the code's 5 years old. Which is why I shied away from it. A revisit/fork of that one or a fresh take, something that supports maybe something like C++14 wouldn't be a half bad idea. I just didn't have time for it, hence my just going for it internally in my class objects. Worked out well enough, even if it's not idiomatic enough for some. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I was wondering if there’s a maintained C++ wrapper available for NNG. I haven't found one yet, and NNG seems to be a strong candidate for such a project. I'm particularly interested in the wide range of protocols that NNG supports, and I’d like to use it in my C++ projects while maintaining idiomatic C++ code.
I’m considering starting one myself and wanted to know if there’s any interest in such a project from the NNG community.
Thank you!
Beta Was this translation helpful? Give feedback.
All reactions