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
谢谢