gpt4 book ai didi

在 C 中创建编号文件

转载 作者:太空狗 更新时间:2023-10-29 16:09:48 25 4
gpt4 key购买 nike

我需要创建具有相同名称的文件,但在文件名末尾附加一个数字以指示它是创建的第 n 个文件。所以在 for 循环中,我基本上想这样做:

char *filename = "file";
strcat(filename, i); // put the number i at the end of the filename

显然这不是实现此目标的方法,但是关于如何完成此任务有什么想法吗?

谢谢,
赫里斯托

最佳答案

sprintf()snprintf() with "file%d"

关于在 C 中创建编号文件,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/2264898/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com