A
A
ase20152019-05-29 21:46:02
C++ / C#
ase2015, 2019-05-29 21:46:02

Where is the best way to output data from a file?

there is a .txt file in the first place is the player's name, and in the second place is his result, where is it better to remember all the information from the file for further convenient use?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
F
freeExec, 2019-05-29
@ase2015

If you need access like "how many points the character has", then it is better to keep the data inDictionary<string, int>(nick => scrore)

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question