How can i upgrade my C++ compiler to the correct version?
10:24 16 Apr 2026

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.

c++ gcc compiler-warnings