Comment by PaulDavisThe1st
1 day ago
Any time I go back to C from C++, it's only comfortable if I've got a C utility library that replaces most of std::
And that utility library (there are dozens of them) is just as subject to debate and issues as libstdc++
I am not going to implement my own C versions of 90% of the stuff std:: provides, sorry.
There is a difference between "needing a library" and "implement my own". One can just pick one. And even when implementing things yourself, one has to do this just once.