标签: c++ string text
我的任务是创建一个可以在c ++中存储任意长文本的程序。 我不知道如何解决这个问题。 此外,您不能使用STL。 有人请帮忙
答案 0 :(得分:0)
malloc()
strcpy()
strcat()
memcpy()
realloc()