我正在尝试在“C”中创建一个 char 数组,该数组在数组末尾有一个整数值。但我试图在循环时更改整数值。
system("mv " + file_list[loca] + " /media/MyBook1TB/" + folderint);
file_list[n][200] // is a char array of file locations
folderint // folder increment variable example "/media/MyBook1TB/0" then "/media/MyBook1TB/1"
我不确定 c.str() 是否适用于我在上面的 system() 中输入的内容。
我在 cplusplus 网站上找不到任何东西。有什么帮助吗?
我试图不使用字符串库..