Earlier quoted context omitted.
Well, it is still a huge fight to get many devs to stop writing "C with C++ compiler" style anyway. The C++ community that cares about C++Now, CppCon, ACCU kind of material, does care about applying functional programming ideas to their daily coding.
is it bad that I prefer C to all the shit in C++? Now I don't even write C/C++ regularly, so my opinion is probably shit. But I really like the simplicity of C over all the features of C++.
C++ has stronger type safety, offers the libraries and language features to only go down to C like unsafe coding as last resort.