is ChatGPT actually the most important thing that happens... not just for C++, but in terms of all programming languages? How will it affect programming?
is ChatGPT actually the most important thing that happens... not just for C++, but in terms of all programming languages? How will it affect programming?
on the other hand with more options you can express more and write safer code (for example with constinit which solves static order init fiasco...)
And if you don't have enough knowledge you can just stick to const.
What re alternatives for a system programming language?
(Rust seems to be fine, but still it's not super easy...)
Hi, Author here - I went to lambdas because I got some compilation issues... because some stupid mistakes the code with std::apply(printImpl<Args...>, tp) didn't compile...
But now I see the issue and it's improved. So the version:
Python -style text formatting in C++ :)
Have you used the library - {fmt} - before? It's great that after years of effors it's core functionality was placed in the Standard.
https://www.cppstories.com/2023/init-story-print/
And the book at Leanpub:
https://leanpub.com/cppinitbook