Author Topic: c++23  (Read 6753 times)

Offline rlfrost@aol.com

  • Single posting newcomer
  • *
  • Posts: 3
c++23
« on: February 21, 2026, 10:46:54 pm »
Guys/Ladies

I can't for the life of me set up a project for Code::Blocks for c++23.
Before the newest release, I was using Code::Blocks pretty exclusively, but I switched to KDevelop for c++23 support.
Now that Code::Blocks supports c++23, I would like to switch back.
I am using Clang, and creating a project via the built-in wizard, but even the most simple file will not compile.
I I use the default wizard project, compiling complains of no .pcm, and if I generate a .pcm from the command line.. you get the idea...
I am beginning to think that I am just too stupid to pull this off.

Thanks for any advice,

Larry

Offline rundowndrag

  • Single posting newcomer
  • *
  • Posts: 1
Re: c++23
« Reply #1 on: Yesterday at 09:05:03 am »
The talk about C++23 features piqued my interest, especially the emphasis on enhancing code readability and performance. Are there any particular examples of this method having a big influence on projects?

Offline killerbot

  • Administrator
  • Lives here!
  • *****
  • Posts: 5563
Re: c++23
« Reply #2 on: Yesterday at 10:24:32 pm »
my advice: don't use pcm.


I have several projects using C++23 in CB, even C++26.