Data file handling in C++ | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 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?

16th Aug 2018, 6:44 PM
David Paul
David Paul - avatar
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.
16th Aug 2018, 8:38 PM
Shadow
Shadow - avatar