Win32 Tip: Set Working Directory to App Directory
It is common practice to use relative paths for file IO in game applications. Some games write saves and logs to the user’s home directory using an absolute path, but the game’s resources generally reside in the subdirectories beneath the application, if not on removable media such as a CD or DVD. Usually, relative paths […]