docs for writing apps with c++?
-
Looking for any docs on writing c++ and trying it into the front end or even point to the best default app to pick apart.
thanks.
-
If it is of any use to you, I am successfully building C/C++ Apps and Libraries that run fine on the Omega using cross compiling in NetBeans 8.1 on a Kubuntu-14.04 system
- Instructions for setting up the cross compilation in general can be found in a post I did to https://community.onion.io/topic/9/how-to-install-gcc/22
- Instructions for using NetBeans 8.1 to do it can be found here: https://community.onion.io/topic/125/using-netbeans-to-compile-c-c-code-for-omega
- Additionally, I have been using this to produce an alternative library and test program for GPIO access, details of which can be found here https://community.onion.io/topic/143/alternative-c-code-for-gpio-access which contains source files; compiled files and documentation in case it of any use to you
-
Thanks for the info, I will try it out. my C++ skills are limited and arduino based so this might be over my head.