246
Microsoft wants to replace its entire C and C++ codebase, perhaps by 2030
(www.theregister.com)
This is a most excellent place for technology news and articles.
I work for a company developing software for Windows and deal with COM all the time. How do you communicate across dynamic libraries and languages in Linux?
Linux usually just uses C API, most of which reads horribly. Libevdev is quite notorious for using files and the docs not telling you that the reading is blocking. Some additional things use C++ classes though.
Could you provide a link to the documentation? It's strange that it's so barebones.
https://www.freedesktop.org/software/libevdev/doc/latest/