Well, technically the horse wasn’t his…
- 2 Posts
- 6 Comments
Paul@feddit.dkto C++@programming.dev•Trip report: February 2025 ISO C++ standards meeting (Hagenberg, Austria)English2·4 months agoOne of the reasons they got through with it is that the big three already has it, so I guess… Update and read the documentation of your compiler of choice?
Paul@feddit.dkto Asklemmy@lemmy.ml•What is your favourite open source software that you discovered in the past year, that you can no longer live without?92·9 months agoI can live without Logseq but for work and keeping a log of how that worked (other than bash history) It’s really useful
Paul@feddit.dktoNyheder@feddit.dk•Bilisterne betaler gildet: Parkering er et guldæg for kommunernedansk1·10 months agoJeg synes det mest interresante ved den her historie er at det bliver beskrevet som at det er konmunerne der trækker pengene hjem. I dækningen på DR smuttede det ud i en sidebemærkning at der er loft over hvor stort et beløb kommunerne kan få ud af det og at resten går til staten. Men hvis man ser på det på den måde kan det jo kun betyde at det er et bevidst valg man gør for at sænke biltætheden, og ikke at det er de slemme kommuner der er ude efter de stakkels billister.
Paul@feddit.dkto C++@programming.dev•Enum Class Improvements for C++17, C++20 and C++231·10 months agoGood question. My response would be: only where it is not used as an enum. The example in the article is one example (although I’ve never seen that idiom in the wild) or for doing things like bitfields (the opposite of the
to_underlying
section).
What you are looking for must be Copperspice: https://www.copperspice.com/ It checks all your boxes, since it is a hard fork of Qt, but doesn’t use the moc and only an open source licence. Since you haven’t even tried to explain why you won’t use Qt, it is a little difficult to help with an alternative.
That being said, it really sounds like what you are looking for is Qt 🤷