+ 1
Data file handling in C++
I have written and created a text file in SoloLearn using C++ and it is executed successfully where can I find my âtxt fileâ that is created?
1 Answer
+ 3
Scripts from SoloLearn are sent to an online compiler, you just get the results back in your console. That means, however, that SoloLearn can't create files for you, as they only exist for the compiler while he evaluates your script. That's why you'll be unable to find any.
You need a better compiler for that, Code::Blocks for example.