So today I made almost no progress programming because I very slowly realized that C++ is a very type-cased sensitive language in the respect that I cannot append a structure to
std::string is a class that stores pointers to another memory location where the actual string is stored. If you write std::string to file, only the bytes representing the pointers is written, not the string itself.