Rendered at 18:12:44 GMT+0000 (Coordinated Universal Time) with Cloudflare Workers.
arikrahman 1 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 1 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 17 hours ago [-]
Could I ask what framework you've decided on? I'm in a research phase myself.
MomsAVoxell 9 hours 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.
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.