<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE rss [<!ENTITY % HTMLlat1 PUBLIC "-//W3C//ENTITIES Latin 1 for XHTML//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml-lat1.ent">]>
<rss version="2.0" xml:base="http://programmerstools.org">
<channel>
 <title>Programmers&#039; Tools - C, C++</title>
 <link>http://programmerstools.org/taxonomy/term/33/0</link>
 <description></description>
 <language>en</language>
<item>
 <title>disable copying of data</title>
 <link>http://programmerstools.org/node/827</link>
 <description>&lt;p &gt;code that if i run disable copying/moving option in windows explorer. &lt;/p&gt;
</description>
 <category domain="http://programmerstools.org/taxonomy/term/33">C, C++</category>
 <pubDate>Sun,  2 Nov 2008 00:06:36 -0700</pubDate>
</item>
<item>
 <title>marshalling/serializing std::string</title>
 <link>http://programmerstools.org/node/342</link>
 <description>&lt;p &gt;Greetings.&amp;nbsp; Below I&#039;ve posted some code that I use to send and receive std::strings.&amp;nbsp; I don&#039;t have any reservations about the Send &lt;br &gt;function, but the Receive function is different. In that function we use &lt;br &gt;a char buffer, cstr, to first save the data. Then we assign to the &lt;br &gt;std::string using the char buffer. It seems like it might be possible to &lt;br &gt;do away with the char buffer... Does anyone know of a way to improve &lt;br &gt;the Receive implementation? &lt;br &gt;&lt;/p&gt;
</description>
 <category domain="http://programmerstools.org/taxonomy/term/33">C, C++</category>
 <pubDate>Wed, 14 Sep 2005 15:16:50 -0700</pubDate>
</item>
<item>
 <title>About Game Trainers</title>
 <link>http://programmerstools.org/node/257</link>
 <description>&lt;p&gt;I have made a little TRAIN ME ..    #include  using namespace std;  int main() { 	char hurts = &#039;y&#039;; 	int damage = 5; 	int nrg = 100; 	system(&amp;quot;color C&amp;quot;); 	system(&amp;quot;title Energy Waster (trainme 1.0)&amp;quot;);  	while(nrg &amp;gt;= 0 &amp;amp;&amp;amp; hurts == &#039;y&#039;) 	{ 		cout &amp;lt;&amp;lt; endl 			&amp;lt;&amp;lt; &amp;quot;Energy left: &amp;quot; &amp;lt;&amp;lt; nrg &amp;lt;&amp;lt; endl; 		cout &amp;lt;&amp;lt; &amp;quot;Would you like to loose some more? &amp;quot;; 		cin &amp;gt;&amp;gt; hurts; 		if(hurts == &#039;y&#039;)&lt;/p&gt;
</description>
 <category domain="http://programmerstools.org/taxonomy/term/33">C, C++</category>
 <pubDate>Mon, 15 Aug 2005 00:55:40 -0700</pubDate>
</item>
<item>
 <title>how to capture the system idle time</title>
 <link>http://programmerstools.org/node/196</link>
 <description>&lt;p&gt;I want to capture the system idle time. Means if the user did not press any key or did not move the mouse then it is considered as system idle time. I want the code for this in C on windows operating system. Please help me.&lt;/p&gt;
</description>
 <category domain="http://programmerstools.org/taxonomy/term/33">C, C++</category>
 <pubDate>Thu, 28 Jul 2005 04:58:30 -0700</pubDate>
</item>
</channel>
</rss>
