How can i upgrade my C++ compiler to the correct version?
I'm using Codeblocks 25.03 but everytime i want to build and run a program, it keeps sends me this error: unrecognized command line option '-std=c++26'
It says it needs -std=c++03, but i want to use c++26 and i can't set codeblocks to use my compiler.