Write and Read external file | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Write and Read external file

Hello all, Can someone enlighten me, please. I want to create a program that writes and reads from a file. The output should be somewhat like '(string)Object (int)amount'. First of all: Can this be done within the 'SoloLearn' environment? Second: is this a challenging level of programming (in C++ for me atm) or quite simply learned?

12th Feb 2018, 2:27 PM
HOGELING TEKENtechniek
HOGELING TEKENtechniek - avatar
1 Answer
+ 1
This isn't possible in the Sololearn environment, but it's relatively simple on a computer: http://www.cplusplus.com/doc/tutorial/files/
12th Feb 2018, 2:35 PM
Vlad Serbu
Vlad Serbu - avatar