<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments for The Lone C++ Coder&#039;s Blog</title>
	<atom:link href="http://www.lonecpluspluscoder.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.lonecpluspluscoder.com</link>
	<description>The continued diary of an experienced C++ programmer</description>
	<lastBuildDate>Thu, 15 Dec 2011 18:43:22 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>Comment on How to view undecorated DLL-exported C++ symbols in Visual Studio 2010 by Timo Geusch</title>
		<link>http://www.lonecpluspluscoder.com/2011/03/how-to-view-undecorated-dll-exported-c-symbols-in-visual-studio-2010/#comment-923</link>
		<dc:creator>Timo Geusch</dc:creator>
		<pubDate>Thu, 15 Dec 2011 18:43:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.lonecpluspluscoder.com/2011/01/how-to-view-undecorated-dll-exported-c-symbols-in-visual-studio-2010/#comment-923</guid>
		<description>Dependency viewer is a great tool, but in this case I needed to feed the text output into another tool so something that just displays the function names wasn&#039;t doing what I needed.</description>
		<content:encoded><![CDATA[<p>Dependency viewer is a great tool, but in this case I needed to feed the text output into another tool so something that just displays the function names wasn&#8217;t doing what I needed.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to view undecorated DLL-exported C++ symbols in Visual Studio 2010 by Martin</title>
		<link>http://www.lonecpluspluscoder.com/2011/03/how-to-view-undecorated-dll-exported-c-symbols-in-visual-studio-2010/#comment-858</link>
		<dc:creator>Martin</dc:creator>
		<pubDate>Tue, 22 Nov 2011 12:16:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.lonecpluspluscoder.com/2011/01/how-to-view-undecorated-dll-exported-c-symbols-in-visual-studio-2010/#comment-858</guid>
		<description>Strange, why don&#039;t you just use the Dependency Viewer? (...\Common7\Tools\Bin\Depends.exe)
(Though this seems to be missing in the express edition, so your post using only the command line tools is still useful for express edition users.)</description>
		<content:encoded><![CDATA[<p>Strange, why don&#8217;t you just use the Dependency Viewer? (&#8230;\Common7\Tools\Bin\Depends.exe)</p>
<p>(Though this seems to be missing in the express edition, so your post using only the command line tools is still useful for express edition users.)</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Very nice and concise blog post about Boost.Test by Alex Ott</title>
		<link>http://www.lonecpluspluscoder.com/2011/03/very-nice-and-concise-blog-post-about-boost-test/#comment-241</link>
		<dc:creator>Alex Ott</dc:creator>
		<pubDate>Sat, 19 Mar 2011 09:20:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.lonecpluspluscoder.com/?p=80#comment-241</guid>
		<description>I also wrote &lt;a href=&quot;http://alexott.net/en/cpp/CppTestingIntro.html&quot; rel=&quot;nofollow&quot;&gt;small article&lt;/a&gt; on unit testing in C++, that covers Boost.Test and Google Mocking framework. Although I&#039;m thinking to improve it, covering Turtle (mocking library on top of Boost), Quickcheck++, and maybe Google C++ Testing framework</description>
		<content:encoded><![CDATA[<p>I also wrote <a href="http://alexott.net/en/cpp/CppTestingIntro.html" rel="nofollow">small article</a> on unit testing in C++, that covers Boost.Test and Google Mocking framework. Although I&#8217;m thinking to improve it, covering Turtle (mocking library on top of Boost), Quickcheck++, and maybe Google C++ Testing framework</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on If your VS2010 C++ build is constantly rebuilding a project that hasn&#8217;t changed&#8230; by Timo Geusch</title>
		<link>http://www.lonecpluspluscoder.com/2011/03/if-your-vs2010-c-build-is-constantly-rebuilding-a-project-that-hasnt-changed/#comment-239</link>
		<dc:creator>Timo Geusch</dc:creator>
		<pubDate>Fri, 18 Mar 2011 22:24:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.lonecpluspluscoder.com/?p=69#comment-239</guid>
		<description>I&#039;ve never heard of this option either, but given that I&#039;ve still got one or two projects that like rebuilding themselves at odd times, I think I&#039;ll try to make use of it!</description>
		<content:encoded><![CDATA[<p>I&#8217;ve never heard of this option either, but given that I&#8217;ve still got one or two projects that like rebuilding themselves at odd times, I think I&#8217;ll try to make use of it!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on If your VS2010 C++ build is constantly rebuilding a project that hasn&#8217;t changed&#8230; by Len Holgate</title>
		<link>http://www.lonecpluspluscoder.com/2011/03/if-your-vs2010-c-build-is-constantly-rebuilding-a-project-that-hasnt-changed/#comment-215</link>
		<dc:creator>Len Holgate</dc:creator>
		<pubDate>Fri, 04 Mar 2011 10:35:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.lonecpluspluscoder.com/?p=69#comment-215</guid>
		<description>I just had a client of mine fix one of these issues in one of the solutions that I sent them; I had it on my list of things to fix but hadn&#039;t got around to it... Anyway, we had to go to &quot;Tools, Options, Projects and Solutions, VC++ Project Settings&quot;  and set Solution Explorer mode to &quot;show all files&quot; to actually SEE the files that didn&#039;t exist and that were causing the rebuild. I didn&#039;t even know that option existed :)</description>
		<content:encoded><![CDATA[<p>I just had a client of mine fix one of these issues in one of the solutions that I sent them; I had it on my list of things to fix but hadn&#8217;t got around to it&#8230; Anyway, we had to go to &#8220;Tools, Options, Projects and Solutions, VC++ Project Settings&#8221;  and set Solution Explorer mode to &#8220;show all files&#8221; to actually SEE the files that didn&#8217;t exist and that were causing the rebuild. I didn&#8217;t even know that option existed <img src='http://www.lonecpluspluscoder.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Sometimes, std::set just doesn&#8217;t cut it from a performance point of view by Timo Geusch</title>
		<link>http://www.lonecpluspluscoder.com/2010/12/sometimes-stdset-just-doesnt-cut-it-from-a-performance-point-of-view/#comment-74</link>
		<dc:creator>Timo Geusch</dc:creator>
		<pubDate>Wed, 15 Dec 2010 18:40:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.lonecpluspluscoder.com/?p=43#comment-74</guid>
		<description>Thanks for the tip - I haven&#039;t tried that (partially because it would require this change in every subproject so we don&#039;t accidentally mix the various build configurations of the STL). It would be interesting if it does change the speed difference between the vector implementation and the set implementation or if the relative speed between the two stays the same.</description>
		<content:encoded><![CDATA[<p>Thanks for the tip &#8211; I haven&#8217;t tried that (partially because it would require this change in every subproject so we don&#8217;t accidentally mix the various build configurations of the STL). It would be interesting if it does change the speed difference between the vector implementation and the set implementation or if the relative speed between the two stays the same.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Sometimes, std::set just doesn&#8217;t cut it from a performance point of view by Rride</title>
		<link>http://www.lonecpluspluscoder.com/2010/12/sometimes-stdset-just-doesnt-cut-it-from-a-performance-point-of-view/#comment-70</link>
		<dc:creator>Rride</dc:creator>
		<pubDate>Mon, 13 Dec 2010 08:53:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.lonecpluspluscoder.com/?p=43#comment-70</guid>
		<description>Have you used the _SECURE_SCL=0 define? If not it may give approximately 1.5x-2x speedup on operations with STL containers.</description>
		<content:encoded><![CDATA[<p>Have you used the _SECURE_SCL=0 define? If not it may give approximately 1.5x-2x speedup on operations with STL containers.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Using CEDET-1.0 pre7 with Emacs 23.2 by Timo Geusch</title>
		<link>http://www.lonecpluspluscoder.com/2010/08/using-cedet-1-0-pre7-with-emacs-23-2/#comment-46</link>
		<dc:creator>Timo Geusch</dc:creator>
		<pubDate>Sun, 14 Nov 2010 17:32:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.lonecpluspluscoder.com/?p=12#comment-46</guid>
		<description>Thanks for the snippet - I&#039;ll definitely try that!</description>
		<content:encoded><![CDATA[<p>Thanks for the snippet &#8211; I&#8217;ll definitely try that!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Using CEDET-1.0 pre7 with Emacs 23.2 by Ji Han</title>
		<link>http://www.lonecpluspluscoder.com/2010/08/using-cedet-1-0-pre7-with-emacs-23-2/#comment-40</link>
		<dc:creator>Ji Han</dc:creator>
		<pubDate>Fri, 05 Nov 2010 13:42:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.lonecpluspluscoder.com/?p=12#comment-40</guid>
		<description>tried something similar in essence, but it didn&#039;t work for me.
semantic was complaining.
[guess the reason&#039;s that all sub-dirs of the built-in CEDET are in the load-path.
to get the load-path clean, one needs to recursively remove them all.]
P.S. the code snippet
&lt;blockquote&gt;
(setq load-path
  (remove
    (concat
      (replace-regexp-in-string &quot;bin/$&quot; &quot;&quot; invocation-directory)
      &quot;lisp/cedet/&quot;)
    load-path))
&lt;/blockquote&gt;</description>
		<content:encoded><![CDATA[<p>tried something similar in essence, but it didn&#8217;t work for me.<br />
semantic was complaining.</p>
<p>[guess the reason's that all sub-dirs of the built-in CEDET are in the load-path.<br />
to get the load-path clean, one needs to recursively remove them all.]</p>
<p>P.S. the code snippet</p>
<blockquote><p>
(setq load-path<br />
  (remove<br />
    (concat<br />
      (replace-regexp-in-string &#8220;bin/$&#8221; &#8220;&#8221; invocation-directory)<br />
      &#8220;lisp/cedet/&#8221;)<br />
    load-path))
</p></blockquote>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Looks like CEDET 1.0 pre7 has been out for a while by Alex Ott</title>
		<link>http://www.lonecpluspluscoder.com/2010/07/looks-like-cedet-1-0-pre7-has-been-out-for-a-while/#comment-2</link>
		<dc:creator>Alex Ott</dc:creator>
		<pubDate>Wed, 28 Jul 2010 18:14:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.lonecpluspluscoder.com/?p=3#comment-2</guid>
		<description>CVS version already contains lot of fixes and improvements over the -pre7 version ;-)</description>
		<content:encoded><![CDATA[<p>CVS version already contains lot of fixes and improvements over the -pre7 version <img src='http://www.lonecpluspluscoder.com/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
</channel>
</rss>

