Topic archive
c++
Articles filed under c++.
Virtual filesystem: fun and profit
How virtual filesystems turn paths into a general interface for local, remote, generated, and device-backed resources.
New version of libstyxe supports 9p2000.u and 9p2000.L
An overview of libstyxe's added support for the 9p2000.u and 9p2000.L distributed resource-sharing protocols.
libstyxe: Great Refactoring
Why libstyxe changed its interfaces to make the 9P protocol library more extensible without abandoning its core constraints.
libsolace is now on Conan-central
libsolace joins Conan Center, making the C++ library easier to consume across supported platforms.
libsolace: library philosophy
The reliability and design principles behind libsolace, a focused collection of reusable C++ engineering primitives.
Error handling in styxe
A practical look at how libstyxe represents parser failures and reports invalid 9P input to callers.