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.
フォーマットされたデータを印刷するために使用することはできWriteFileますか? (いくつかの修飾子/指定子に基づいてフォーマットされたデータ) 使用できませんfprintf。
WriteFile
fprintf
私が考えた可能な解決策はsprintf、バッファに出力してからバッファを出力することWriteFileです。
sprintf
ありがとうございました