V> unsigned short m_Word = 0; V> std::ifstream tmpFile("c:\\somefile.bin", std::ios_base::binary); tmpFile.read((char *)&mWord, sizeof(mWord));