﻿<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/"><channel><title>C++博客-xtcLJ-最新评论</title><link>http://www.cppblog.com/xtcLJ/CommentsRSS.aspx</link><description /><language>zh-cn</language><pubDate>Fri, 06 Jul 2007 00:39:30 GMT</pubDate><lastBuildDate>Fri, 06 Jul 2007 00:39:30 GMT</lastBuildDate><generator>cnblogs</generator><item><title>re: 关于字符串的问题</title><link>http://www.cppblog.com/xtcLJ/archive/2007/07/09/27593.html#27740</link><dc:creator>AlanTop</dc:creator><author>AlanTop</author><pubDate>Mon, 09 Jul 2007 07:12:00 GMT</pubDate><guid>http://www.cppblog.com/xtcLJ/archive/2007/07/09/27593.html#27740</guid><description><![CDATA[#include &lt;stdio.h&gt;<br><br>void main()<br>{<br>	char titlemask[2][6]={&quot;mary&quot;,&quot;snack&quot;};<br>	printf(&quot;%s\n&quot;, *titlemask);<br>	printf(&quot;%s\n&quot;, *titlemask+1);<br>	printf(&quot;%s\n&quot;, *(titlemask+1));<br>}<br><br>你把这段代码放在编译器里面运行一下。<br>希望对你有所帮助！<img src ="http://www.cppblog.com/xtcLJ/aggbug/27740.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://www.cppblog.com/xtcLJ/" target="_blank">AlanTop</a> 2007-07-09 15:12 <a href="http://www.cppblog.com/xtcLJ/archive/2007/07/09/27593.html#27740#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item></channel></rss>