SFML community forums
Help => General => Topic started 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?
-
well, this is not SFML related, but C++
here's a reference: https://www.cplusplus.com/doc/tutorial/files/