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.
以下のような多次元配列がたくさんあります。もちろん、それらは特定の値で満たされています。
uint8_t data[32][64][32];
*.zipこのような配列をメモリに圧縮し、アーカイブとしてハード ドライブに保存するにはどうすればよいですか?
*.zip
libzipは、ZIP 圧縮および解凍ライブラリであり、ファイルだけでなくメモリ バッファも操作できます。