Email or username:

Password:

Forgot your password?
2 posts total
JF Bastien

Join our Tokyo C++ Meetup on “Abstractions for Low-Level Programming”, featuring @lefticus ! Learn how to balance performance & complexity and more.
✅ Date & Time: February 20, 2025, 6:30-8:30 pm (JST)
👋 RSVP by February 13th at 12 pm!

peatix.com/event/4273915

JF Bastien

C++’s legacy is C. One hard aspect is how file-based its build model is. It tried to change with modules, but arguably isn’t there.

But now, C++ is considering how to fix many issues including security and will introduce an enterprise ready solution:
- pro files
- semipro files
- free tier files

Go Up