Tried this code on Replit for Android and it works. Thanks!
@shmeowlex Жыл бұрын
Glad I can help :)
@chidanandskusur4054 Жыл бұрын
Great explanation sir. 💐🌷🌹🥀🌻🌼
@shmeowlex Жыл бұрын
Glad I can help :)
@faresawachi3305 Жыл бұрын
That was a Great explanation man, thanks. You saved me a lot of time and effort.
@shmeowlex Жыл бұрын
Glad I can help :)
@DavisTibbz Жыл бұрын
Nice. But i dont think you should exit with a return 0. You could return with -1 or EXIT_FAILURE
@Itisnot2late Жыл бұрын
Thanks! It helped me a lot.
@shmeowlex Жыл бұрын
Glad it helped!
@mihai30432 жыл бұрын
Thanks man, you helped me a lot.
@shmeowlex Жыл бұрын
Glad I could help!
@shushe3953 Жыл бұрын
well explained way better then my professor fr
@shmeowlex Жыл бұрын
Glad I could help!
@timog73588 ай бұрын
great video
@shmeowlex7 ай бұрын
Glad you enjoyed it
@priscusemmanuel84032 жыл бұрын
I need help sir, I am using a MacBook Pro and I can't open these files or create one for that matter, I would appreciate your help
@Primer92 жыл бұрын
Great video
@shmeowlex Жыл бұрын
Glad you enjoyed it
@MementoMoriMementoVivere881 Жыл бұрын
Great explanation ! thank you
@shmeowlex Жыл бұрын
You are welcome!
@elaine3867 Жыл бұрын
Is there a need to check if the output file exists? Because from what I know, the output file will be created automatically in the project folder if it does not exist
@shmeowlex Жыл бұрын
If the path to the file is invalid it will fail (i.e. if you wanted to place your output in an output directory but the output directory was not created yet).
@elaine3867 Жыл бұрын
@@shmeowlex Understood, thanks!
@trump1678Ай бұрын
🤠
@Little_G_Dizzle Жыл бұрын
I have one question: after making the file, where does it get stored? I am using an arduino R3 and a SD card as my source of storage, how do I move the file to an external drive?
@shmeowlex Жыл бұрын
I am not familiar with the arduino platform unfortunately :(
@Ali_X202 жыл бұрын
bro u r amazing
@shmeowlex Жыл бұрын
Glad I can help :)
@lemniscate23 Жыл бұрын
Very helpful
@shmeowlex7 ай бұрын
Glad to help.
@chefskiss651 Жыл бұрын
I have a question. What if your input and output files are the same? I mean like the results of your input has to be added to the same file?
@shmeowlex Жыл бұрын
you would need to read everything in from the file into arrays, then output everything with the appended data.
@1..1..1..1H Жыл бұрын
Why does the info get deleted when I run the program again even though I wrote endl at the end? and how do I prevent that from happening?
@shmeowlex Жыл бұрын
output files get deleted and recreated every time you open them.
@Evizzo3 жыл бұрын
is there a function build in or something so i aim at certain string/line of txt file with fstream ?
@shmeowlex Жыл бұрын
No, you would need to read through the file
@mr.shredder54309 ай бұрын
why are you using return 0 on if statement, i cannot get the logic?