map<char, string> Codes;
fwrite(&Codes, sizeof(Codes), 1, fdOut);
fread(&Codes, sizeof(Codes), 1, fdIn);