<?xml version="1.0" encoding="utf-8" ?>

<rss version="2.0" 
   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
   xmlns:admin="http://webns.net/mvcb/"
   xmlns:dc="http://purl.org/dc/elements/1.1/"
   xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
   xmlns:wfw="http://wellformedweb.org/CommentAPI/"
   xmlns:content="http://purl.org/rss/1.0/modules/content/"
   >
<channel>
    <title>ZDO Corporation - C/C++</title>
    <link>http://www2.zdo.com/</link>
    <description>Software Consulting</description>
    <dc:language>en</dc:language>
    <generator>Serendipity 1.2 - http://www.s9y.org/</generator>
    
    

<item>
    <title>Redirecting STL Standard Output and Error to a Log File</title>
    <link>http://www2.zdo.com/archives/32-Redirecting-STL-Standard-Output-and-Error-to-a-Log-File.html</link>
            <category>C/C++</category>
    
    <comments>http://www2.zdo.com/archives/32-Redirecting-STL-Standard-Output-and-Error-to-a-Log-File.html#comments</comments>
    <wfw:comment>http://www2.zdo.com/wfwcomment.php?cid=32</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://www2.zdo.com/rss.php?version=2.0&amp;type=comments&amp;cid=32</wfw:commentRss>
    

    <author>nospam@example.com (Onur Cinar)</author>
    <content:encoded>
    
&lt;p&gt;Although there are many nice logging libraries for C++, 
sometimes you may simply need a basic level of logging for your application.&lt;/p&gt;

&lt;p&gt;STL provides a way to redirect standrad output and standard error to a stream.
Using this feature, we can easily redirect them to a log file.&lt;/p&gt; &lt;br /&gt;&lt;a href=&quot;http://www2.zdo.com/archives/32-Redirecting-STL-Standard-Output-and-Error-to-a-Log-File.html#extended&quot;&gt;Continue reading &quot;Redirecting STL Standard Output and Error to a Log File&quot;&lt;/a&gt;
    </content:encoded>

    <pubDate>Sun, 02 Mar 2008 18:06:51 -0700</pubDate>
    <guid isPermaLink="false">http://www2.zdo.com/archives/32-guid.html</guid>
    
</item>
<item>
    <title>Creating LabView HTTP Server Passwords</title>
    <link>http://www2.zdo.com/archives/9-Creating-LabView-HTTP-Server-Passwords.html</link>
            <category>C/C++</category>
    
    <comments>http://www2.zdo.com/archives/9-Creating-LabView-HTTP-Server-Passwords.html#comments</comments>
    <wfw:comment>http://www2.zdo.com/wfwcomment.php?cid=9</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://www2.zdo.com/rss.php?version=2.0&amp;type=comments&amp;cid=9</wfw:commentRss>
    

    <author>nospam@example.com (Onur Cinar)</author>
    <content:encoded>
    &lt;p&gt;Pswd.c is a simple program which emulates the password encryption/encoding process done by LabView HTTP Server (part of G Server)&#039;s sub-vi named &quot;Pswd Encode Password.vi&quot;.&lt;/p&gt;
 &lt;br /&gt;&lt;a href=&quot;http://www2.zdo.com/archives/9-Creating-LabView-HTTP-Server-Passwords.html#extended&quot;&gt;Continue reading &quot;Creating LabView HTTP Server Passwords&quot;&lt;/a&gt;
    </content:encoded>

    <pubDate>Tue, 07 Dec 2004 15:12:00 -0700</pubDate>
    <guid isPermaLink="false">http://www2.zdo.com/archives/9-guid.html</guid>
    
</item>

</channel>
</rss>