Reading from a file

Reading from a file

BY 27 Jan 2016 Native Application Development

In data folder I have file input.txt. I have path to this file – app_get_data_path() + “input.txt”. But both fstream and fgets didn’t work. How can I fix this?

Written by