﻿<?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++博客-X-LIN-随笔分类-Qt</title><link>http://www.cppblog.com/X-LIN/category/19866.html</link><description /><language>zh-cn</language><lastBuildDate>Sun, 02 Sep 2012 03:23:49 GMT</lastBuildDate><pubDate>Sun, 02 Sep 2012 03:23:49 GMT</pubDate><ttl>60</ttl><item><title>QString与const char *之间的转换</title><link>http://www.cppblog.com/X-LIN/archive/2012/08/16/187403.html</link><dc:creator>林</dc:creator><author>林</author><pubDate>Thu, 16 Aug 2012 11:41:00 GMT</pubDate><guid>http://www.cppblog.com/X-LIN/archive/2012/08/16/187403.html</guid><wfw:comment>http://www.cppblog.com/X-LIN/comments/187403.html</wfw:comment><comments>http://www.cppblog.com/X-LIN/archive/2012/08/16/187403.html#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://www.cppblog.com/X-LIN/comments/commentRss/187403.html</wfw:commentRss><trackback:ping>http://www.cppblog.com/X-LIN/services/trackbacks/187403.html</trackback:ping><description><![CDATA[e.g:<br />QString str1 = "Test";<br /><wbr>QByteArray ba = str1.toLatin1();<br /><wbr>const char *c_str2 = ba.data(); <img src ="http://www.cppblog.com/X-LIN/aggbug/187403.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://www.cppblog.com/X-LIN/" target="_blank">林</a> 2012-08-16 19:41 <a href="http://www.cppblog.com/X-LIN/archive/2012/08/16/187403.html#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item></channel></rss>