@corecpp 2022 is over but the euphoria will last. We built a real community and they came through.
They believed in us. They join us.
A conference for the community by the community.
@uri247@sergeypastukho2 This works for the specific test of number of arguments. The original condition was more coplex, and the main point is about assert inside constexpr if
My new C++ achievement:
template <typename...>
constexpr bool AlwaysFalse = false;
Why? https://t.co/uIja3ihoP4
Thanks, @sergeypastukho2 for the help.
And I must say that I prefer the forgiveness of MSVC in this case: https://t.co/fBlnMFPCke
Call for Sponsors is now open for Core C++ 2022!
Come meet and support our community at the largest annual gathering of C++ developers in Israel! https://t.co/G4ETcH1Ly1
New Video from our last meetup:
Software Engineering Principles
The Q&A section is very interesting, as @TitusWinters talks discussed even more topics!
https://t.co/U12RFhGCB2
@facontidavide hi, I'm one of the organizers of Core C++ meetup group. We have monthly meetings, recently zoom-only, for clear reasons. I came across your blog on C++ optimization. Would you be interested giving a talk at one of our coming meetups?
My 12 y/o son is writing 2D simulations and games using pygame.
He is disappointed by the lagginess and is looking for an alternative language+framework to learn and experiment with.
I am not a game dev. can anyone suggest alternatives with better performance?