<?xml version="1.0" encoding="utf-8"?>

<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/">
	<channel>
		<title>DaniWeb IT Discussion Community</title>
		<link>http://www.daniweb.com/forums/</link>
		<description>Tech support, programming, web development, and internet marketing community. Forums to get free computer help and support.</description>
		<language>en-US</language>
		<lastBuildDate>Wed, 02 Dec 2009 00:08:56 GMT</lastBuildDate>
		<generator>vBulletin</generator>
		<ttl>60</ttl>
		<image>
			<url>http://www.daniweb.com/alphaimages/misc/rss.jpg</url>
			<title>DaniWeb IT Discussion Community</title>
			<link>http://www.daniweb.com/forums/</link>
		</image>
		<item>
			<title><![CDATA[What does the underscore mean in:  _("Undo")]]></title>
			<link>http://www.daniweb.com/forums/thread225216.html</link>
			<pubDate>Wed, 23 Sep 2009 18:14:18 GMT</pubDate>
			<description><![CDATA[Okay, it's been a long time since I've programmed in C++! Languages change considerably in the last 5 years or so. In reviewing some source code I often see statements like this: 
  <div class="codeblock"> <div class="spaced"> <div style="float:right; margin-right:10px"> <a...]]></description>
			<content:encoded><![CDATA[<div>Okay, it's been a long time since I've programmed in C++! Languages change considerably in the last 5 years or so. In reviewing some source code I often see statements like this:<br />
 <pre style="margin:20px; line-height:13px">&nbsp; &nbsp; &nbsp; wxString label;<br />
&nbsp; &nbsp; &nbsp; if (name == wxT(&quot;Undo&quot;)) {<br />
&nbsp; &nbsp; &nbsp; &nbsp;  label = _(&quot;Undo&quot;);</pre>obviously, I snipped out a lot of code.<br />
<br />
My question is, what does the underscore mean in:<br />
 <pre style="margin:20px; line-height:13px">_(&quot;Undo&quot;)</pre></div> ]]></content:encoded>
			<category domain="http://www.daniweb.com/forums/forum8.html">C++</category>
			<dc:creator>edgar5</dc:creator>
			<guid isPermaLink="true">http://www.daniweb.com/forums/thread225216.html</guid>
		</item>
	</channel>
</rss>
