Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
一連の 0 をバイナリ ファイルに書き込みたい。文字として、これはスペースである必要がありますが、ファイルに書き込むときに他の多くの奇妙な文字を受け取ります。私はゼロを書いているのではなく、何か他のものを書いているようです。
私はこれを正しくやっていますか?
コード:
int zero = 0; myfile.write(reinterpret_cast<char *>(&zero),1790*sizeof(char));