I'm making an app for android in c++ and I need to open a txt file using some text editor outside of my program. I saw that you can use system(), but it didn't work (I'm guessing because it is probably for windows), so how can it be done on an android/UNIX system?
Android : C++ How open an external program
on Saturday, July 5, 2014
Labels:
but it didnt work (Im guessing because it is probably for windows),
C++ How open an external program Im making an app for android in c++ and I need to open a txt file using some text editor outside of my program. I saw that you can use system(),
so how can it be done on an android/UNIX system?
0 comments:
Post a Comment