Modernizing a 25-year-old minimal C++ unit testing framework (Part 2)
https://freshsources.com/code-capsules/test-part2/
chuckallison · 6 days ago
1 comments
https://freshsources.com/code-capsules/test-part2/
chuckallison · 6 days ago
1 comments
arikrahman · 3 days ago
The unsung heroes of the CPP world when everyone and their mothers want to move to newfangled languages. Will be excited to try this out in my Qt applications.
MomsAVoxell · 3 days ago
C++ still has so much life in it, and will be around for many, many more years to come - in so many places. There may be parts of the mainstream computing world where it won't really keep up - but there are still huge trunks of computing which cannot function without it.
I personally moved to a cross-platform C++-based framework to solve all my problems, and am thoroughly enjoying having high performance apps running on all the things. It's a very productive technology, this.
arikrahman · 2 days ago
Could I ask what framework you've decided on? I'm in a research phase myself.
MomsAVoxell · 2 days ago
JUCE. Simply great. Give it a chance, dig deep into the DemoRunner, you’ll see it comes with a lot of batteries onboard. Can’t quite beat it for cross platform mobile and desktop app development.