How to cross compile C++ code ?
What is cross compilation ?
Unlike Java, the programming languages such as C/C++ are not platform independent. Your C++ code will only run on the machine it was compiled on i.e the code compiled on Windows machine isn't compatible to run on Linux mac...
juhilee.hashnode.dev3 min read
Ajinkya Khutwad
Your blog was very informative; thanks!