Good evening,
In order to solve a game board i'm currently coding, I realised a small C++ function which works perfectly in console mode. The function has to read a 4X4 int static array, and an int , in input; and returns a 5X4X4 int static array, and a string vector for outputs.
So, my question is, how can i plug this code into fusion in order to make an Android app in a first time, then, an iOS app ?
Thanks for answering me !