<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?>
<feed xmlns="http://www.w3.org/2005/Atom">
  <id>http://groups.google.com/group/sources</id>
  <title type="text">programming.lang.c++.sources Google Group</title>
  <subtitle type="text">
  Contains C/C++ program sources
  </subtitle>
  <link href="/group/sources/feed/atom_v1_0_msgs.xml" rel="self" title="programming.lang.c++.sources feed"/>
  <updated>2006-12-19T10:19:23Z</updated>
  <generator uri="http://groups.google.com" version="1.99">Google Groups</generator>
  <entry>
  <author>
  <name>alex</name>
  <email>dayakarb...@gmail.com</email>
  </author>
  <updated>2006-12-19T10:19:23Z</updated>
  <id>http://groups.google.com/group/sources/browse_thread/thread/35e6b951cf809430/14adf8b454533969?show_docid=14adf8b454533969</id>
  <link href="http://groups.google.com/group/sources/browse_thread/thread/35e6b951cf809430/14adf8b454533969?show_docid=14adf8b454533969"/>
  <title type="text">problem while detecting floating point operations</title>
  <summary type="html" xml:space="preserve">
  hi friends ... &lt;br&gt; i am facing a problem while detecting floating point operations in my &lt;br&gt; project, please help me. &lt;br&gt; i want to find out the places in my C/C++ project where i am doing &lt;br&gt; floating point operations. &lt;br&gt; As it is a big project it is not possible to check every line manually, &lt;br&gt; so is there any other method
  </summary>
  </entry>
  <entry>
  <author>
  <name>Alex Vinokur</name>
  <email>ale...@users.sourceforge.net</email>
  </author>
  <updated>2006-11-20T17:34:34Z</updated>
  <id>http://groups.google.com/group/sources/browse_thread/thread/dbc05f1b2d27e5c6/69c15966c64d810e?show_docid=69c15966c64d810e</id>
  <link href="http://groups.google.com/group/sources/browse_thread/thread/dbc05f1b2d27e5c6/69c15966c64d810e?show_docid=69c15966c64d810e"/>
  <title type="text">&lt;Samples&gt; Pointers to functions</title>
  <summary type="html" xml:space="preserve">
  // ============================== ============ &lt;br&gt; // * Samples &lt;br&gt; // * Pointers to functions &lt;br&gt; // * Version 2.0 &lt;br&gt; // ------------------------------ ------------ &lt;br&gt; // * Language : C &lt;br&gt; // * Content : Program file &lt;br&gt; // ------------------------------ ------------ &lt;br&gt; // * Attachment &lt;br&gt; // - pointers-to-functions.c &lt;br&gt; // ============================== ============
  </summary>
  </entry>
  <entry>
  <author>
  <name>Alex Vinokur</name>
  <email>ale...@users.sourceforge.net</email>
  </author>
  <updated>2006-10-22T16:46:59Z</updated>
  <id>http://groups.google.com/group/sources/browse_thread/thread/64e45316dde35021/eec640ecc648422c?show_docid=eec640ecc648422c</id>
  <link href="http://groups.google.com/group/sources/browse_thread/thread/64e45316dde35021/eec640ecc648422c?show_docid=eec640ecc648422c"/>
  <title type="text">&lt;Performance&gt; Simple C/C++ Perfometer: Copying Files (Versions 4.x)</title>
  <summary type="html" xml:space="preserve">
  ============================== =========== &lt;br&gt; * Performance &lt;br&gt; * Comparative Performance Measurement &lt;br&gt; ------------------------------ ----------- &lt;br&gt; * Tool : Simple C/C++ Perfometer &lt;br&gt; * Algorithm: Copying files &lt;br&gt; * Language : C++ &lt;br&gt; * Content : Program files &lt;br&gt; * Version : F2F-4.1.1 &lt;br&gt; ------------------------------ -----------
  </summary>
  </entry>
  <entry>
  <author>
  <name>Alex Vinokur</name>
  <email>ale...@users.sourceforge.net</email>
  </author>
  <updated>2006-10-15T17:10:20Z</updated>
  <id>http://groups.google.com/group/sources/browse_thread/thread/64e45316dde35021/5681be78aa0d9bd7?show_docid=5681be78aa0d9bd7</id>
  <link href="http://groups.google.com/group/sources/browse_thread/thread/64e45316dde35021/5681be78aa0d9bd7?show_docid=5681be78aa0d9bd7"/>
  <title type="text">&lt;Performance&gt; Simple C/C++ Perfometer: Copying Files (Versions 4.x)</title>
  <summary type="html" xml:space="preserve">
  ============================== =========== &lt;br&gt; * Performance &lt;br&gt; * Comparative Performance Measurement &lt;br&gt; ------------------------------ ----------- &lt;br&gt; * Tool : Simple C/C++ Perfometer &lt;br&gt; * Algorithm: Copying files &lt;br&gt; * Language : C++ &lt;br&gt; * Content : Program files &lt;br&gt; * Version : F2F-4.1 &lt;br&gt; ------------------------------ -----------
  </summary>
  </entry>
  <entry>
  <author>
  <name>Alex Vinokur</name>
  <email>ale...@users.sourceforge.net</email>
  </author>
  <updated>2006-06-10T17:39:14Z</updated>
  <id>http://groups.google.com/group/sources/browse_thread/thread/3c909551b08a9a01/a2ee38f0bb96ad89?show_docid=a2ee38f0bb96ad89</id>
  <link href="http://groups.google.com/group/sources/browse_thread/thread/3c909551b08a9a01/a2ee38f0bb96ad89?show_docid=a2ee38f0bb96ad89"/>
  <title type="text">&lt;Samples&gt; Member and non-member operators</title>
  <summary type="html" xml:space="preserve">
  // ============================== ============ &lt;br&gt; // * Samples &lt;br&gt; // * Member and non-member operators &lt;br&gt; // * Usage Sample Code &lt;br&gt; // ------------------------------ ------------ &lt;br&gt; // * Language : C++ &lt;br&gt; // * Compiler: GNU g++ 4.0.1 &lt;br&gt; // * Content : Program files, Log files &lt;br&gt; // * Version : MOP-1.2 &lt;br&gt; // ------------------------------ ------------
  </summary>
  </entry>
  <entry>
  <author>
  <name>Alex Vinokur</name>
  <email>ale...@users.sourceforge.net</email>
  </author>
  <updated>2006-05-20T13:11:49Z</updated>
  <id>http://groups.google.com/group/sources/browse_thread/thread/3c909551b08a9a01/5cc7bcf46147fb1e?show_docid=5cc7bcf46147fb1e</id>
  <link href="http://groups.google.com/group/sources/browse_thread/thread/3c909551b08a9a01/5cc7bcf46147fb1e?show_docid=5cc7bcf46147fb1e"/>
  <title type="text">&lt;Samples&gt; Member and non-member operators</title>
  <summary type="html" xml:space="preserve">
  // ============================== ============ &lt;br&gt; // * Samples &lt;br&gt; // * Member and non-member operators &lt;br&gt; // * Usage Sample Code &lt;br&gt; // ------------------------------ ------------ &lt;br&gt; // * Language : C++ &lt;br&gt; // * Compiler: GNU g++ 3.4.4 &lt;br&gt; // * Content : Program files, Log files &lt;br&gt; // * Version : MOP-1.1 &lt;br&gt; // ------------------------------ ------------
  </summary>
  </entry>
  <entry>
  <author>
  <name>Alex Vinokur</name>
  <email>ale...@users.sourceforge.net</email>
  </author>
  <updated>2006-05-20T12:50:59Z</updated>
  <id>http://groups.google.com/group/sources/browse_thread/thread/3c909551b08a9a01/28d9f2dbf7cc84ca?show_docid=28d9f2dbf7cc84ca</id>
  <link href="http://groups.google.com/group/sources/browse_thread/thread/3c909551b08a9a01/28d9f2dbf7cc84ca?show_docid=28d9f2dbf7cc84ca"/>
  <title type="text">&lt;Samples&gt; Member and non-member operators</title>
  <summary type="html" xml:space="preserve">
  // ============================== ============ &lt;br&gt; // * Samples &lt;br&gt; // * Member and non-member operators &lt;br&gt; // * Usage Sample Code &lt;br&gt; // ------------------------------ ------------ &lt;br&gt; // * Language : C++ &lt;br&gt; // * Content : Program files, Log files &lt;br&gt; // * Version : MOP-1.0 &lt;br&gt; // ------------------------------ ------------
  </summary>
  </entry>
  <entry>
  <author>
  <name>Alex Vinokur</name>
  <email>ale...@users.sourceforge.net</email>
  </author>
  <updated>2006-05-08T18:42:33Z</updated>
  <id>http://groups.google.com/group/sources/browse_thread/thread/8f8abd59af0fbb34/8c110fe7d284e617?show_docid=8c110fe7d284e617</id>
  <link href="http://groups.google.com/group/sources/browse_thread/thread/8f8abd59af0fbb34/8c110fe7d284e617?show_docid=8c110fe7d284e617"/>
  <title type="text">&lt;Networking&gt; Which entry of the routing table was selected?</title>
  <summary type="html" xml:space="preserve">
  An attachment contains a message related to the thread titled &lt;br&gt; &amp;quot;Which entry of the routing table was selected?&amp;quot; &lt;br&gt; at &lt;br&gt; * &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://groups.google.com/group/comp.protocols.tcp-ip/browse_frm/thread/923300def264d3bb&quot;&gt;[link]&lt;/a&gt; &lt;br&gt; in &lt;br&gt; * news:comp.protocols.tcp-ip &lt;br&gt; * news:microsoft.public.win32.pr ogrammer.networks &lt;br&gt; Alex Vinokur
  </summary>
  </entry>
  <entry>
  <author>
  <name>Alex Vinokur</name>
  <email>ale...@users.sourceforge.net</email>
  </author>
  <updated>2006-05-08T18:09:40Z</updated>
  <id>http://groups.google.com/group/sources/browse_thread/thread/73a74f314f08f11b/a8bf4615d5e5fdbe?show_docid=a8bf4615d5e5fdbe</id>
  <link href="http://groups.google.com/group/sources/browse_thread/thread/73a74f314f08f11b/a8bf4615d5e5fdbe?show_docid=a8bf4615d5e5fdbe"/>
  <title type="text"></title>
  <summary type="html" xml:space="preserve">
  An attachment contains a message related to the thread titled &lt;br&gt; &amp;quot;Which entry of the routing table was selected?&amp;quot; &lt;br&gt; at &lt;br&gt; * &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://groups.google.com/group/comp.protocols.tcp-ip/browse_frm/thread/923300def264d3bb&quot;&gt;[link]&lt;/a&gt; &lt;br&gt; in &lt;br&gt; news:comp.protocols.tcp-ip &lt;br&gt; news:microsoft.public.win32.pr ogrammer.networks &lt;br&gt; Alex Vinokur &lt;br&gt; email: alex DOT vinokur AT gmail DOT com
  </summary>
  </entry>
  <entry>
  <author>
  <name>Alex Vinokur</name>
  <email>ale...@users.sourceforge.net</email>
  </author>
  <updated>2006-04-22T07:04:10Z</updated>
  <id>http://groups.google.com/group/sources/browse_thread/thread/9b85c9cb32ee6fe2/fdcb6db1f39b174f?show_docid=fdcb6db1f39b174f</id>
  <link href="http://groups.google.com/group/sources/browse_thread/thread/9b85c9cb32ee6fe2/fdcb6db1f39b174f?show_docid=fdcb6db1f39b174f"/>
  <title type="text">Usage of gethostbyname()</title>
  <summary type="html" xml:space="preserve">
  // ========================== &lt;br&gt; // Usage of gethostbyname() &lt;br&gt; // Language: C++ &lt;br&gt; // Microsoft Windows 2000 Professional &lt;br&gt; // Cygwin 1.5.18 &lt;br&gt; // GNU g++ 3.4.4 &lt;br&gt; // ----------------- &lt;br&gt; // Version G-1-1 &lt;br&gt; // ----------------- &lt;br&gt; // Source: gethost.cpp &lt;br&gt; // ========================== &lt;br&gt; Alex Vinokur &lt;br&gt; email: alex DOT vinokur AT gmail DOT com
  </summary>
  </entry>
  <entry>
  <author>
  <name>Alex Vinokur</name>
  <email>ale...@users.sourceforge.net</email>
  </author>
  <updated>2006-04-21T16:06:38Z</updated>
  <id>http://groups.google.com/group/sources/browse_thread/thread/9bbf3c8b86e810de/b97ac225df49fd36?show_docid=b97ac225df49fd36</id>
  <link href="http://groups.google.com/group/sources/browse_thread/thread/9bbf3c8b86e810de/b97ac225df49fd36?show_docid=b97ac225df49fd36"/>
  <title type="text">&lt;Samples&gt; UDP Socket Loopback</title>
  <summary type="html" xml:space="preserve">
  // ========================== &lt;br&gt; // UDP Socket Loopback Sample &lt;br&gt; // Language: C++ &lt;br&gt; // Microsoft Windows 2000 Professional &lt;br&gt; // Cygwin 1.5.18 &lt;br&gt; // GNU g++ 3.4.4 &lt;br&gt; // -------------------------- &lt;br&gt; // Version 1.0 &lt;br&gt; // -------------------------- &lt;br&gt; // Source: loopback.cpp &lt;br&gt; // ========================== &lt;br&gt; Alex Vinokur &lt;br&gt; email: alex DOT vinokur AT gmail DOT com
  </summary>
  </entry>
  <entry>
  <author>
  <name>Alex Vinokur</name>
  <email>ale...@users.sourceforge.net</email>
  </author>
  <updated>2006-04-14T16:57:17Z</updated>
  <id>http://groups.google.com/group/sources/browse_thread/thread/64e45316dde35021/4afe055b6ecd4180?show_docid=4afe055b6ecd4180</id>
  <link href="http://groups.google.com/group/sources/browse_thread/thread/64e45316dde35021/4afe055b6ecd4180?show_docid=4afe055b6ecd4180"/>
  <title type="text">Re: &lt;Performance&gt; Simple C/C++ Perfometer: Copying Files (Versions 4.x)</title>
  <summary type="html" xml:space="preserve">
  ============================== =========== &lt;br&gt; * Performance &lt;br&gt; * Comparative Performance Measurement &lt;br&gt; ------------------------------ ----------- &lt;br&gt; * Tool : Simple C/C++ Perfometer &lt;br&gt; * Algorithm: Copying files &lt;br&gt; * Language : C++ &lt;br&gt; * Content : Program files &lt;br&gt; * Version : F2F-4.0.1 &lt;br&gt; ------------------------------ -----------
  </summary>
  </entry>
  <entry>
  <author>
  <name>maribo</name>
  <email>marb...@gmail.com</email>
  </author>
  <updated>2006-02-21T19:00:13Z</updated>
  <id>http://groups.google.com/group/sources/browse_thread/thread/32b49b0bf45bf7b2/dca76f13f2f4ff73?show_docid=dca76f13f2f4ff73</id>
  <link href="http://groups.google.com/group/sources/browse_thread/thread/32b49b0bf45bf7b2/dca76f13f2f4ff73?show_docid=dca76f13f2f4ff73"/>
  <title type="text">IT tests. C, C++, C#, VB.NET, ASP.NET, SQL, HTML, XML...</title>
  <summary type="html" xml:space="preserve">
  &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://www.testyourabilities.com/it/&quot;&gt;[link]&lt;/a&gt; &lt;br&gt; IT tests. C, C++, C#, VB.NET, ASP.NET, SQL, HTML, XML...
  </summary>
  </entry>
  <entry>
  <author>
  <name>Alex Vinokur</name>
  <email>ale...@users.sourceforge.net</email>
  </author>
  <updated>2006-02-07T12:04:51Z</updated>
  <id>http://groups.google.com/group/sources/browse_thread/thread/cd31e26636981be4/f9f07166038dd134?show_docid=f9f07166038dd134</id>
  <link href="http://groups.google.com/group/sources/browse_thread/thread/cd31e26636981be4/f9f07166038dd134?show_docid=f9f07166038dd134"/>
  <title type="text">strong_stream_cast()</title>
  <summary type="html" xml:space="preserve">
  Here is definition of template function strong_stream_cast(). &lt;br&gt; The main diffrence between stream_cast() and strong_stream_cast() can &lt;br&gt; be demonstrated &lt;br&gt; on the following example: &lt;br&gt; stream_cast&amp;lt;string, int&amp;gt; (&amp;quot;12z&amp;quot;, int_value) return true (SUCCESS) and &lt;br&gt; produces int_value = 12; &lt;br&gt; strong_stream_cast&amp;lt;string, int&amp;gt; (&amp;quot;12z&amp;quot;, int_value) return false
  </summary>
  </entry>
  <entry>
  <author>
  <name>Alex Vinokur</name>
  <email>ale...@users.sourceforge.net</email>
  </author>
  <updated>2006-01-26T13:12:12Z</updated>
  <id>http://groups.google.com/group/sources/browse_thread/thread/9b85c9cb32ee6fe2/06a91ce226a583b6?show_docid=06a91ce226a583b6</id>
  <link href="http://groups.google.com/group/sources/browse_thread/thread/9b85c9cb32ee6fe2/06a91ce226a583b6?show_docid=06a91ce226a583b6"/>
  <title type="text">Usage of gethostbyname()</title>
  <summary type="html" xml:space="preserve">
  // ========================== &lt;br&gt; // Usage of gethostbyname() &lt;br&gt; // Language: C++ &lt;br&gt; // Microsoft Windows XP Professional &lt;br&gt; // Microsoft C++ Compiler Version 13.10.3077 for 80x86 &lt;br&gt; // ========================== &lt;br&gt; // -------------------- &lt;br&gt; // ---- C-includes ---- &lt;br&gt; // -------------------- &lt;br&gt; // -------------------- &lt;br&gt; // --- C++-includes ---
  </summary>
  </entry>
</feed>
