So I was learning basic SFML from the tutorials page, since I'm new to this.
But tutorials like
this one tell me to call
loadFromFile("font.tff"); or whatever, but they don't tell me where to get the font file or anything. therefore, some of the code ends up being invalid. Can someone help me find the files they refer to?
Even on the sprite tutorial, they aren't elaborate.