gpt4 book ai didi

c - c - 如何在文件中写入两个字符串,用空格或逗号分隔?

转载 作者:太空宇宙 更新时间:2023-11-04 01:14:32 27 4
gpt4 key购买 nike

我有两个字符串,我想将这些字符串写入以下格式的文件中:

string1 "space/comma" string2 "newline"
string3 "space/comma" string4 "newline"
..
..
..

最佳答案

FILE* fileptr = fopen("file.txt","wt");
fprintf(fileptr,"%s , %s \n",string1,string2);

关于c - c - 如何在文件中写入两个字符串,用空格或逗号分隔?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/4814613/

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