阅读背景:

VisualStudio中字符串太长需要换行

来源:互联网 
例如:char buf[1024] =“hello..........hello”;
只需要如下写法(加 '\'即可):
	    char buf[1024] = "hello.........."\
							"hello........."
例如:char buf[1024] =“hello..........hello”;
只需要如



你的当前访问异常,请进行认证后继续阅读剩余内容。

分享到: