Some sanity for C and C++ development on Windows

241 ยท Christopher Wellons ยท Dec. 30, 2021, 11:42 p.m.
A hard reality of C and C++ software development on Windows is that there has never been a good, native C or C++ standard library implementation for the platform. A standard library should abstract over the underlying host facilities in order to ease portable software development. On Windows, C and C++ is so poorly hooked up to operating system interfaces that most portable or mostly-portable software โ€” programs which work perfectly elsewhere โ€” are subtly broken on Windows, particularly outside ...