Also, I'm bit surprised this topic doesn't come up more often.
We hear so little about multiplatform #programming between PC and mobile.
Is it that people don't care, are those platforms so different or mobile architecture just isn't great for that?
@HalfTough I have clang on my phone tho, so I can compile C++
@Dekken by "run on both" I mean I moving code, not runnable.
Basically I want to write application once and easily port it to other platform. Same way when I write something in qt under Linux it should compile on Windows with very little or even no changes.
@HalfTough here's my convenience X-Platform and X-Arch library
https://github.com/mkn/mkn.kul/
I use this to build apps that run anywhere
@HalfTough C++ is converging to be more X for everything thankfully, but it's not quite there yet
@HalfTough some stuff doesn't even exist in clang on android either, it's peculiar
@HalfTough missing std functions like
@HalfTough In modern times, multiplatform programming (sadly) means HTML+CSS+JS.
@HalfTough Phones are normally ARM devices
Cross Platform is one thing, cross arch is another for native apps