I was using MinGW's installation manager for C++ but it had the latest version of gcc-g++ as only 9.2.0. When I checked g++'s version in the terminal it output 2019 9.2.0 so I suspect it doesn't support C++20. I therefor looked for an alternative and found a more updated Winlib which I think supports C++20
Question - After downloading the file from winlibs.com, what do I do with the file to make it work in VS Code?