<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	>
<channel>
	<title>Comments on: Смешивание string и char*</title>
	<atom:link href="http://www.toliblog.info/archives/47/feed" rel="self" type="application/rss+xml" />
	<link>http://www.toliblog.info/archives/47</link>
	<description>Немножечко обо всем и чуточку больше</description>
	<pubDate>Fri, 25 Jul 2008 02:31:35 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6</generator>
		<item>
		<title>By: Alexey</title>
		<link>http://www.toliblog.info/archives/47#comment-65046</link>
		<dc:creator>Alexey</dc:creator>
		<pubDate>Thu, 10 Jul 2008 20:13:48 +0000</pubDate>
		<guid isPermaLink="false">http://toliblog.info/?p=47#comment-65046</guid>
		<description>Sorry, ))) forget operator()</description>
		<content:encoded><![CDATA[<p>Sorry, ))) forget operator()</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alexey</title>
		<link>http://www.toliblog.info/archives/47#comment-65045</link>
		<dc:creator>Alexey</dc:creator>
		<pubDate>Thu, 10 Jul 2008 20:11:05 +0000</pubDate>
		<guid isPermaLink="false">http://toliblog.info/?p=47#comment-65045</guid>
		<description>strcpy(char*&#38;, [unknown type])</description>
		<content:encoded><![CDATA[<p>strcpy(char*&amp;, [unknown type])</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alexey</title>
		<link>http://www.toliblog.info/archives/47#comment-65044</link>
		<dc:creator>Alexey</dc:creator>
		<pubDate>Thu, 10 Jul 2008 20:09:57 +0000</pubDate>
		<guid isPermaLink="false">http://toliblog.info/?p=47#comment-65044</guid>
		<description>std::vector READ_SZ;
...
void some::ReadString(char *buffer)
{
    strcpy(buffer,READ_SZ.back().c_str); 
}

error: no matching function for call to `strcpy(char*&#38;, )'</description>
		<content:encoded><![CDATA[<p>std::vector READ_SZ;<br />
&#8230;<br />
void some::ReadString(char *buffer)<br />
{<br />
    strcpy(buffer,READ_SZ.back().c_str);<br />
}</p>
<p>error: no matching function for call to `strcpy(char*&amp;, )&#8217;</p>
]]></content:encoded>
	</item>
</channel>
</rss>
