SFML community forums

Help => General => Topic started by: Apostrophe on May 17, 2021, 06:59:19 pm

Title: Read/Write file
Post by: Apostrophe on May 17, 2021, 06:59:19 pm
Good evening everyone, I have a question: how to read and write to a text file and transform the result so that it is in sfml. For example to read, write previous statistics in a game?
Title: Re: Read/Write file
Post by: Stauricus on May 17, 2021, 07:10:13 pm
well, this is not SFML related, but C++
here's a reference: https://www.cplusplus.com/doc/tutorial/files/