<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<rss version="2.0">
  <channel>
  <title>cpp-cookbook Google Group</title>
  <link>http://groups.google.com/group/cpp-cookbook</link>
  <description>This group is for discussion of the C++ cookbook.</description>
  <language>en</language>
  <item>
  <title>Dynamic Link example for Dev C++ not working for me (1.11)</title>
  <link>http://groups.google.com/group/cpp-cookbook/browse_thread/thread/d4affdc983a9085b/1fb2eaf39e1f3164?show_docid=1fb2eaf39e1f3164</link>
  <description>
  Hi there, &lt;br&gt; &lt;p&gt;I was able to compile the DLL. But when I tested it from a driver &lt;br&gt; program, I always got [Linker error] undefined reference to &lt;br&gt; `georgeringo()&#39;. BTW, I generated georgeringo.dll and &lt;br&gt; libgeorgeringo.a from compilation of DLL. &lt;br&gt; &lt;p&gt;Here is the program &lt;br&gt; ------------------from the book ---
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/cpp-cookbook/browse_thread/thread/d4affdc983a9085b/1fb2eaf39e1f3164?show_docid=1fb2eaf39e1f3164</guid>
  <author>
  lianxiang...@gmail.com
  (Rob_2000)
  </author>
  <pubDate>Sat, 26 Apr 2008 11:32:07 UT
</pubDate>
  </item>
  <item>
  <title>Re: dynamic_cast, Recipe 8.7</title>
  <link>http://groups.google.com/group/cpp-cookbook/browse_thread/thread/a066f4de1d19f7f9/f230224e81c58fe3?show_docid=f230224e81c58fe3</link>
  <description>
  Hi Oliver, &lt;br&gt; Thanks for the feedback. I&#39;ll take a look and get back to you in the next &lt;br&gt; day or two. &lt;br&gt; -Ryan
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/cpp-cookbook/browse_thread/thread/a066f4de1d19f7f9/f230224e81c58fe3?show_docid=f230224e81c58fe3</guid>
  <author>
  d.ryan.steph...@gmail.com
  (Ryan Stephens)
  </author>
  <pubDate>Mon, 26 Feb 2007 22:10:07 UT
</pubDate>
  </item>
  <item>
  <title>dynamic_cast, Recipe 8.7</title>
  <link>http://groups.google.com/group/cpp-cookbook/browse_thread/thread/a066f4de1d19f7f9/fbdb64cbb708ba84?show_docid=fbdb64cbb708ba84</link>
  <description>
  Maybe others have pointed it out already, but Recipe 8.7 seems &lt;br&gt; confused and largely incorrect. &lt;br&gt; Correct explanation: &lt;br&gt; // Given.. &lt;br&gt; class Derived : public Base { ... }; &lt;br&gt; // Function which uses p polymorphically &lt;br&gt; void f(Base* p) &lt;br&gt; { &lt;br&gt; // Mainly we will want to use the object p points to &lt;br&gt; // through virtual functions of Base. However if, in the
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/cpp-cookbook/browse_thread/thread/a066f4de1d19f7f9/fbdb64cbb708ba84?show_docid=fbdb64cbb708ba84</guid>
  <author>
  o...@optusnet.com.au
  (OliverG)
  </author>
  <pubDate>Sun, 25 Feb 2007 07:44:16 UT
</pubDate>
  </item>
  <item>
  <title>Re: Counting stuff</title>
  <link>http://groups.google.com/group/cpp-cookbook/browse_thread/thread/43988521fb79b7e3/f4efe9a5b90c2ff5?show_docid=f4efe9a5b90c2ff5</link>
  <description>
  Sorry: &lt;br&gt; The last parameter in the function was for debugging and can be ignore. &lt;br&gt; The function signature should be &lt;br&gt; std::streamsize count_lines_in_file(const std::string&amp;amp; file_name, char &lt;br&gt; eol);
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/cpp-cookbook/browse_thread/thread/43988521fb79b7e3/f4efe9a5b90c2ff5?show_docid=f4efe9a5b90c2ff5</guid>
  <author>
  bunt...@googlemail.com
  (bunbun)
  </author>
  <pubDate>Thu, 19 Oct 2006 13:41:03 UT
</pubDate>
  </item>
  <item>
  <title>Counting stuff</title>
  <link>http://groups.google.com/group/cpp-cookbook/browse_thread/thread/43988521fb79b7e3/6da4a45c9f1e93e7?show_docid=6da4a45c9f1e93e7</link>
  <description>
  I was very interested to see a cookbook for c++ because I really like &lt;br&gt; the perl and python cookbooks and c++ is my native tongue. Flipping &lt;br&gt; randomly through it, the first example I ran across is your code to &lt;br&gt; count lines, words etc. Is this really the best way to count things in &lt;br&gt; a file? &lt;br&gt; I would have thought that using the streambuf rather than a stream
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/cpp-cookbook/browse_thread/thread/43988521fb79b7e3/6da4a45c9f1e93e7?show_docid=6da4a45c9f1e93e7</guid>
  <author>
  bunt...@googlemail.com
  (bunbun)
  </author>
  <pubDate>Wed, 18 Oct 2006 21:26:43 UT
</pubDate>
  </item>
  <item>
  <title>Re: test</title>
  <link>http://groups.google.com/group/cpp-cookbook/browse_thread/thread/dc1067374e3ecb62/35ba7bbaa3b8385a?show_docid=35ba7bbaa3b8385a</link>
  <description>
  I apologize, I was testing if I put a http:// in the text if it would &lt;br&gt; link or not. &lt;br&gt; I have joined 3 groups, the go, juggling and cpp-cookbook groups. And &lt;br&gt; used this one as it was a test. &lt;br&gt; I think the book is great though! And I used many sample&#39;s when &lt;br&gt; learning cpp for the project. especially filesystem / dates / lexical
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/cpp-cookbook/browse_thread/thread/dc1067374e3ecb62/35ba7bbaa3b8385a?show_docid=35ba7bbaa3b8385a</guid>
  <author>
  mclean.n...@gmail.com
  (mclean.neil@gmail.com)
  </author>
  <pubDate>Sat, 22 Jul 2006 16:51:04 UT
</pubDate>
  </item>
  <item>
  <title>Re: test</title>
  <link>http://groups.google.com/group/cpp-cookbook/browse_thread/thread/dc1067374e3ecb62/582e5861aab4b87f?show_docid=582e5861aab4b87f</link>
  <description>
  Interesting project. But what does it have to do with the book? :-)
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/cpp-cookbook/browse_thread/thread/dc1067374e3ecb62/582e5861aab4b87f?show_docid=582e5861aab4b87f</guid>
  <author>
  d.ryan.steph...@gmail.com
  (Ryan)
  </author>
  <pubDate>Fri, 21 Jul 2006 15:44:11 UT
</pubDate>
  </item>
  <item>
  <title>test</title>
  <link>http://groups.google.com/group/cpp-cookbook/browse_thread/thread/dc1067374e3ecb62/b1f3deb301391e99?show_docid=b1f3deb301391e99</link>
  <description>
  testing this link : &lt;br&gt; &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://sourceforge.net/projects/baduk&quot;&gt;[link]&lt;/a&gt;
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/cpp-cookbook/browse_thread/thread/dc1067374e3ecb62/b1f3deb301391e99?show_docid=b1f3deb301391e99</guid>
  <author>
  mclean.n...@gmail.com
  (mclean.neil@gmail.com)
  </author>
  <pubDate>Fri, 21 Jul 2006 07:45:12 UT
</pubDate>
  </item>
  <item>
  <title>Re: Source code</title>
  <link>http://groups.google.com/group/cpp-cookbook/browse_thread/thread/a48481ce5ebc724d/9fc4403e278f7d04?show_docid=9fc4403e278f7d04</link>
  <description>
  Okay, I finally zipped up the source. You can find it on my home page: &lt;br&gt; &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://www.ryanstephens.com/cookbook.html&quot;&gt;[link]&lt;/a&gt;
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/cpp-cookbook/browse_thread/thread/a48481ce5ebc724d/9fc4403e278f7d04?show_docid=9fc4403e278f7d04</guid>
  <author>
  d.ryan.steph...@gmail.com
  (Ryan)
  </author>
  <pubDate>Wed, 14 Dec 2005 20:11:53 UT
</pubDate>
  </item>
  <item>
  <title>Re: Recipe 14.1: XML parsing example.</title>
  <link>http://groups.google.com/group/cpp-cookbook/browse_thread/thread/e8b8d223a7adda0b/f30e75899e8ddfaa?show_docid=f30e75899e8ddfaa</link>
  <description>
  Thanks for the corrections Paul, and the encouragement! &lt;br&gt; &lt;p&gt;If you have a moment and the interest, it would be greatly appreciated if &lt;br&gt; you could take a moment to write a short review of the book at Amazon.com &lt;br&gt; ( &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://www.amazon.com/gp/product/0596007612&quot;&gt;[link]&lt;/a&gt; ). &lt;br&gt; &lt;p&gt;Thanks again , &lt;br&gt; Christopher Diggins &lt;br&gt; &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://www.cdiggins.com&quot;&gt;[link]&lt;/a&gt;
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/cpp-cookbook/browse_thread/thread/e8b8d223a7adda0b/f30e75899e8ddfaa?show_docid=f30e75899e8ddfaa</guid>
  <author>
  cdigg...@videotron.ca
  (christopher diggins)
  </author>
  <pubDate>Fri, 02 Dec 2005 14:34:15 UT
</pubDate>
  </item>
  <item>
  <title>Recipe 14.1: XML parsing example.</title>
  <link>http://groups.google.com/group/cpp-cookbook/browse_thread/thread/e8b8d223a7adda0b/5c1bcb41c6927ae2?show_docid=5c1bcb41c6927ae2</link>
  <description>
  Hi Ryan &lt;br&gt; &lt;p&gt;After transcribing the code on P.486-492, I notice some redundant statements. &lt;br&gt; At the top of the main source file, &amp;quot;using namespace std;&amp;quot; is used, and the &lt;br&gt; same line is in the body of each function - Redundant, and possibly confusing &lt;br&gt; IMO. &lt;br&gt; &lt;p&gt;There is also a pontential for segmentation faults in the sections where
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/cpp-cookbook/browse_thread/thread/e8b8d223a7adda0b/5c1bcb41c6927ae2?show_docid=5c1bcb41c6927ae2</guid>
  <author>
  no.spa...@ntlworld.com
  (Paul)
  </author>
  <pubDate>Fri, 02 Dec 2005 12:16:25 UT
</pubDate>
  </item>
  <item>
  <title>Re: Source code</title>
  <link>http://groups.google.com/group/cpp-cookbook/browse_thread/thread/a48481ce5ebc724d/1b011b2fccba210c?show_docid=1b011b2fccba210c</link>
  <description>
  I will post it tomorrow or Wednesday, 11/30, on my web site &lt;br&gt; ryanstephens.com.
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/cpp-cookbook/browse_thread/thread/a48481ce5ebc724d/1b011b2fccba210c?show_docid=1b011b2fccba210c</guid>
  <author>
  d.ryan.steph...@gmail.com
  (Ryan)
  </author>
  <pubDate>Mon, 28 Nov 2005 16:23:30 UT
</pubDate>
  </item>
  <item>
  <title>How to tokenizing unicode string</title>
  <link>http://groups.google.com/group/cpp-cookbook/browse_thread/thread/189621a96312668f/2667e1d25e8cbec8?show_docid=2667e1d25e8cbec8</link>
  <description>
  I have one unicode file &amp;amp; I want to read that using wifstream &lt;br&gt; .....sothat i can tokenize that according to delimeters in the line... &lt;br&gt; I am stuckin in this problem
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/cpp-cookbook/browse_thread/thread/189621a96312668f/2667e1d25e8cbec8?show_docid=2667e1d25e8cbec8</guid>
  <author>
  mr.sa...@gmail.com
  (Sajal)
  </author>
  <pubDate>Fri, 25 Nov 2005 11:57:20 UT
</pubDate>
  </item>
  <item>
  <title>Source code</title>
  <link>http://groups.google.com/group/cpp-cookbook/browse_thread/thread/a48481ce5ebc724d/e069349baa133fc1?show_docid=e069349baa133fc1</link>
  <description>
  Is there a place where we can download the example source code?
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/cpp-cookbook/browse_thread/thread/a48481ce5ebc724d/e069349baa133fc1?show_docid=e069349baa133fc1</guid>
  <author>
  thinklo...@yahoo.com
  (thinklogix@yahoo.com)
  </author>
  <pubDate>Wed, 16 Nov 2005 09:57:42 UT
</pubDate>
  </item>
  </channel>
</rss>
