C++

Non blocking TCP socket

Code TODO Reference https://stackoverflow.com/questions/4181784/how-to-set-socket-timeout-in-c-when-making-multiple-connections https…

Read more...

Use C++ library from Node.js

It's possible to use SWIG (see some links at the end of this post), but for a small library with 3 exported functions it's feasable to do…

Read more...

Logic programming in C++

https://wordsandbuttons.online/logic_programming_in_cpp.html https://yanniss.github.io/lc++/paper.pdf https://www.reddit.com/r/cpp/comments…

Read more...