+ 4
Fstream on android
hello guys how can I write a c++ program that write and read files using fstream in android
2 Answers
+ 8
Yes, using apps like CppDroid, you can.
But you need to specify the full path at all times, like : /storage/emulated/0/Download/File.txt
+ 5
thanks