我需要确保我的代码中没有任何行超过一定的长度.
通常我会在有逗号或其他合适的中断的地方分隔.
如何将此行分为2行?
cout<<"Error:This is a really long error message that exceeds the maximum permitted length.\n";
如果我只是在中间某处按下输入它就不起作用了.
c++ split
c++ ×1
split ×1