<?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 on: A.1 &#8212; Static and dynamic libraries</title>
	<atom:link href="http://www.learncpp.com/cpp-tutorial/a1-static-and-dynamic-libraries/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.learncpp.com/cpp-tutorial/a1-static-and-dynamic-libraries/</link>
	<description></description>
	<lastBuildDate>Tue, 07 Feb 2012 12:30:29 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: 17.7 &#8212; std::string inserting &#171; Learn C++</title>
		<link>http://www.learncpp.com/cpp-tutorial/a1-static-and-dynamic-libraries/comment-page-1/#comment-96453</link>
		<dc:creator>17.7 &#8212; std::string inserting &#171; Learn C++</dc:creator>
		<pubDate>Sat, 26 Nov 2011 03:47:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.learncpp.com/cpp-tutorial/a1-static-and-dynamic-libraries/#comment-96453</guid>
		<description>[...]  A.1 &#8212; Static and dynamic libraries [...]</description>
		<content:encoded><![CDATA[<p>[...]  A.1 &#8212; Static and dynamic libraries [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: george</title>
		<link>http://www.learncpp.com/cpp-tutorial/a1-static-and-dynamic-libraries/comment-page-1/#comment-89191</link>
		<dc:creator>george</dc:creator>
		<pubDate>Tue, 27 Jul 2010 23:08:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.learncpp.com/cpp-tutorial/a1-static-and-dynamic-libraries/#comment-89191</guid>
		<description>So static and dynamic libraries differ in the way they are linked to the program, right? Are there differences in the structure of a static and a dynamic library, that identify their type? If not, then one and the same library can be used as either a static or a dynamic based on the linker options, true?</description>
		<content:encoded><![CDATA[<p>So static and dynamic libraries differ in the way they are linked to the program, right? Are there differences in the structure of a static and a dynamic library, that identify their type? If not, then one and the same library can be used as either a static or a dynamic based on the linker options, true?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: C++ Tutorial and Online Ebook</title>
		<link>http://www.learncpp.com/cpp-tutorial/a1-static-and-dynamic-libraries/comment-page-1/#comment-87420</link>
		<dc:creator>C++ Tutorial and Online Ebook</dc:creator>
		<pubDate>Wed, 30 Jun 2010 01:01:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.learncpp.com/cpp-tutorial/a1-static-and-dynamic-libraries/#comment-87420</guid>
		<description>[...] A.1 Static and dynamic libraries [...]</description>
		<content:encoded><![CDATA[<p>[...] A.1 Static and dynamic libraries [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nehme</title>
		<link>http://www.learncpp.com/cpp-tutorial/a1-static-and-dynamic-libraries/comment-page-1/#comment-82223</link>
		<dc:creator>Nehme</dc:creator>
		<pubDate>Sat, 03 Apr 2010 02:33:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.learncpp.com/cpp-tutorial/a1-static-and-dynamic-libraries/#comment-82223</guid>
		<description>Thank you !
Is there any difference, in performance side, between dynamic and static libraries ?</description>
		<content:encoded><![CDATA[<p>Thank you !<br />
Is there any difference, in performance side, between dynamic and static libraries ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: maen</title>
		<link>http://www.learncpp.com/cpp-tutorial/a1-static-and-dynamic-libraries/comment-page-1/#comment-76007</link>
		<dc:creator>maen</dc:creator>
		<pubDate>Fri, 08 Jan 2010 22:42:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.learncpp.com/cpp-tutorial/a1-static-and-dynamic-libraries/#comment-76007</guid>
		<description>It&#039;s really very nice, simple and valuable article 
Thank you so much</description>
		<content:encoded><![CDATA[<p>It&#8217;s really very nice, simple and valuable article<br />
Thank you so much</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: heya</title>
		<link>http://www.learncpp.com/cpp-tutorial/a1-static-and-dynamic-libraries/comment-page-1/#comment-74757</link>
		<dc:creator>heya</dc:creator>
		<pubDate>Thu, 24 Dec 2009 00:15:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.learncpp.com/cpp-tutorial/a1-static-and-dynamic-libraries/#comment-74757</guid>
		<description>7) If using dynamic libraries, make sure the program know where to find them.

should be &quot;knows&quot; instead of &quot;know&quot;</description>
		<content:encoded><![CDATA[<p>7) If using dynamic libraries, make sure the program know where to find them.</p>
<p>should be &#8220;knows&#8221; instead of &#8220;know&#8221;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kartikay Malhotra</title>
		<link>http://www.learncpp.com/cpp-tutorial/a1-static-and-dynamic-libraries/comment-page-1/#comment-63366</link>
		<dc:creator>Kartikay Malhotra</dc:creator>
		<pubDate>Mon, 29 Jun 2009 12:34:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.learncpp.com/cpp-tutorial/a1-static-and-dynamic-libraries/#comment-63366</guid>
		<description>&lt;pre&gt;
Simply wonderful! Your articles are very nice to read. The reason is simple - no part is introduced out of place. 

Congratulations, on your accomplishment.

&lt;/pre&gt;</description>
		<content:encoded><![CDATA[<pre>
Simply wonderful! Your articles are very nice to read. The reason is simple - no part is introduced out of place. 

Congratulations, on your accomplishment.
</pre>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alex</title>
		<link>http://www.learncpp.com/cpp-tutorial/a1-static-and-dynamic-libraries/comment-page-1/#comment-59727</link>
		<dc:creator>Alex</dc:creator>
		<pubDate>Sat, 02 May 2009 03:48:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.learncpp.com/cpp-tutorial/a1-static-and-dynamic-libraries/#comment-59727</guid>
		<description>Nope.  I tend to write directly in Wordpress, as it autosaves for me.  When I&#039;ve seen this happen, it&#039;s happened to multiple articles simultaneously.  I&#039;m hoping the upgrade to Wordpress 2.7 fixes whatever makes it happen.</description>
		<content:encoded><![CDATA[<p>Nope.  I tend to write directly in WordPress, as it autosaves for me.  When I&#8217;ve seen this happen, it&#8217;s happened to multiple articles simultaneously.  I&#8217;m hoping the upgrade to WordPress 2.7 fixes whatever makes it happen.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: zeus</title>
		<link>http://www.learncpp.com/cpp-tutorial/a1-static-and-dynamic-libraries/comment-page-1/#comment-55717</link>
		<dc:creator>zeus</dc:creator>
		<pubDate>Fri, 03 Apr 2009 22:53:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.learncpp.com/cpp-tutorial/a1-static-and-dynamic-libraries/#comment-55717</guid>
		<description>very informative! thank you! bookmarking this for future reference, I learned a lot from this and can definitely come in handy later on. Thanks again!</description>
		<content:encoded><![CDATA[<p>very informative! thank you! bookmarking this for future reference, I learned a lot from this and can definitely come in handy later on. Thanks again!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Elan Hasson</title>
		<link>http://www.learncpp.com/cpp-tutorial/a1-static-and-dynamic-libraries/comment-page-1/#comment-51718</link>
		<dc:creator>Elan Hasson</dc:creator>
		<pubDate>Thu, 19 Mar 2009 20:41:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.learncpp.com/cpp-tutorial/a1-static-and-dynamic-libraries/#comment-51718</guid>
		<description>I&#039;ve seen this type of behavior when copy &amp; pasting from Word to an HTML editor or text field in a browser.

Do you write in word first?</description>
		<content:encoded><![CDATA[<p>I&#8217;ve seen this type of behavior when copy &amp; pasting from Word to an HTML editor or text field in a browser.</p>
<p>Do you write in word first?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

