gpt4 book ai didi

c++ - 如何将源代码中的长字符串拆分为多行以提高 C++ 的可读性?

转载 作者:行者123 更新时间:2023-12-01 14:34:41 24 4
gpt4 key购买 nike

<分区>

换句话说,如果我不想写一行,如何让我的代码工作?

#include <string>
using namespace std;

int main()
{
string menu = "";
menu += "MENU:\n"
+ "1. option 1\n"
+ "2. option 2\n"
+ "3. option 3\n"
+ "4. 10 more options\n";
}

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