There is any way to use C++23 print() function?
07:04 17 Feb 2026

I started learning C++ in high school in a C-like way. Now I want to start learning how to program using a modern approach. Being on Windows, I use MinGW downloaded from WinLibs, the most recent version is 15.2.0, which is supposed to have partial support for C++23, but the library does not exist yet. I also tried installing Clang 21.1.0, but it does not work either.

I have tried using WSL Ubuntu, but I had some trouble installing MinGW 15, so now I’m stuck.

I wonder if there is a simple way to have the most complete C++23 implementation without some crazy troubleshooting, possibly in an archived version.

compilation clang mingw