This program needs some text files as input, so where to create that input text files so that my code can access it(in mobile). | Sololearn: Learn to code for FREE!
¡Nuevo curso! ¡Todo programador debería aprender IA Generativa!
Prueba una lección gratuita
+ 1

This program needs some text files as input, so where to create that input text files so that my code can access it(in mobile).

Here's a c++ code. https://code.sololearn.com/cY640ZmI64r1/?ref=app

25th Apr 2020, 3:43 PM
Kumar
Kumar - avatar
1 Respuesta
+ 1
You can keep the text files in the same folder for easy access. However, if the files are in any other folder, you just need to include it's path in the file name.
25th Apr 2020, 4:24 PM
Kabita Kundalia
Kabita Kundalia - avatar