<?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: 1.7 &#8212; Forward declarations</title>
	<atom:link href="http://www.learncpp.com/cpp-tutorial/17-forward-declarations/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.learncpp.com/cpp-tutorial/17-forward-declarations/</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: fould12</title>
		<link>http://www.learncpp.com/cpp-tutorial/17-forward-declarations/comment-page-1/#comment-96833</link>
		<dc:creator>fould12</dc:creator>
		<pubDate>Thu, 12 Jan 2012 22:52:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.learncpp.com/?p=28#comment-96833</guid>
		<description>add.obj : error LNK2001: unresolved external symbol &quot;int __cdecl add(int,int)&quot; (?add@@YAHHH@Z)

(?add@@YAHHH@Z) Makes me think of &quot;add?...YAHHH!!&quot;</description>
		<content:encoded><![CDATA[<p>add.obj : error LNK2001: unresolved external symbol &#8220;int __cdecl add(int,int)&#8221; (?add@@YAHHH@Z)</p>
<p>(?add@@YAHHH@Z) Makes me think of &#8220;add?&#8230;YAHHH!!&#8221;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: beatavenger</title>
		<link>http://www.learncpp.com/cpp-tutorial/17-forward-declarations/comment-page-1/#comment-96265</link>
		<dc:creator>beatavenger</dc:creator>
		<pubDate>Wed, 02 Nov 2011 00:42:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.learncpp.com/?p=28#comment-96265</guid>
		<description>xcode doesn&#039;t understand add()

Help!</description>
		<content:encoded><![CDATA[<p>xcode doesn&#8217;t understand add()</p>
<p>Help!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: zingmars</title>
		<link>http://www.learncpp.com/cpp-tutorial/17-forward-declarations/comment-page-1/#comment-96109</link>
		<dc:creator>zingmars</dc:creator>
		<pubDate>Sat, 08 Oct 2011 12:14:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.learncpp.com/?p=28#comment-96109</guid>
		<description>If you only make a forward declaration and never actually make the function the program never actually makes the function, meaning you will get errors when you&#039;re trying to use the forward declaration.
No you don&#039;t need a return value to declare a function (void), it just needs to be declared somewhere (it doesn&#039;t even need to have code in it).</description>
		<content:encoded><![CDATA[<p>If you only make a forward declaration and never actually make the function the program never actually makes the function, meaning you will get errors when you&#8217;re trying to use the forward declaration.<br />
No you don&#8217;t need a return value to declare a function (void), it just needs to be declared somewhere (it doesn&#8217;t even need to have code in it).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Da-Rage44</title>
		<link>http://www.learncpp.com/cpp-tutorial/17-forward-declarations/comment-page-1/#comment-95926</link>
		<dc:creator>Da-Rage44</dc:creator>
		<pubDate>Wed, 24 Aug 2011 03:58:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.learncpp.com/?p=28#comment-95926</guid>
		<description>I have a stupid question, what does it actually mean by the program never defines the function? 

Do we assume we need a return value to define a function?</description>
		<content:encoded><![CDATA[<p>I have a stupid question, what does it actually mean by the program never defines the function? </p>
<p>Do we assume we need a return value to define a function?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: misserwell</title>
		<link>http://www.learncpp.com/cpp-tutorial/17-forward-declarations/comment-page-1/#comment-95816</link>
		<dc:creator>misserwell</dc:creator>
		<pubDate>Thu, 04 Aug 2011 05:29:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.learncpp.com/?p=28#comment-95816</guid>
		<description>Thank you very much, the article is so clear , hope more and more visitor knows the web</description>
		<content:encoded><![CDATA[<p>Thank you very much, the article is so clear , hope more and more visitor knows the web</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sherwood</title>
		<link>http://www.learncpp.com/cpp-tutorial/17-forward-declarations/comment-page-1/#comment-95808</link>
		<dc:creator>sherwood</dc:creator>
		<pubDate>Fri, 29 Jul 2011 18:58:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.learncpp.com/?p=28#comment-95808</guid>
		<description>I did not understand the difference between Forward Declaration and Function Prototyping,
there is a blog that explains this really well.  http://blog.onaclovtech.com/2011/07/forward-declaration-vs-function.html

basically Forward declaration has the function above main and function prototyping just
has the single line prototype above main and the real function(definition) can be elsewhere.</description>
		<content:encoded><![CDATA[<p>I did not understand the difference between Forward Declaration and Function Prototyping,<br />
there is a blog that explains this really well.  <a href="http://blog.onaclovtech.com/2011/07/forward-declaration-vs-function.html" rel="nofollow">http://blog.onaclovtech.com/2011/07/forward-declaration-vs-function.html</a></p>
<p>basically Forward declaration has the function above main and function prototyping just<br />
has the single line prototype above main and the real function(definition) can be elsewhere.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: zingmars</title>
		<link>http://www.learncpp.com/cpp-tutorial/17-forward-declarations/comment-page-1/#comment-95745</link>
		<dc:creator>zingmars</dc:creator>
		<pubDate>Tue, 19 Jul 2011 10:48:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.learncpp.com/?p=28#comment-95745</guid>
		<description>Continue reading the tutorials, and you&#039;ll understand how :)</description>
		<content:encoded><![CDATA[<p>Continue reading the tutorials, and you&#8217;ll understand how :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: donblas</title>
		<link>http://www.learncpp.com/cpp-tutorial/17-forward-declarations/comment-page-1/#comment-95723</link>
		<dc:creator>donblas</dc:creator>
		<pubDate>Sun, 17 Jul 2011 06:31:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.learncpp.com/?p=28#comment-95723</guid>
		<description>i know its been a while since this was used, but how do you make a program that does more than add a bunch of numbers?</description>
		<content:encoded><![CDATA[<p>i know its been a while since this was used, but how do you make a program that does more than add a bunch of numbers?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: WordPress</title>
		<link>http://www.learncpp.com/cpp-tutorial/17-forward-declarations/comment-page-1/#comment-95603</link>
		<dc:creator>WordPress</dc:creator>
		<pubDate>Mon, 20 Jun 2011 06:47:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.learncpp.com/?p=28#comment-95603</guid>
		<description>Yeah we had this problem back there too! :D</description>
		<content:encoded><![CDATA[<p>Yeah we had this problem back there too! :D</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: WordPress</title>
		<link>http://www.learncpp.com/cpp-tutorial/17-forward-declarations/comment-page-1/#comment-95602</link>
		<dc:creator>WordPress</dc:creator>
		<pubDate>Mon, 20 Jun 2011 06:45:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.learncpp.com/?p=28#comment-95602</guid>
		<description>If I am right... the arguments should not be divided by a positive or plus symbol but rather by a comma.</description>
		<content:encoded><![CDATA[<p>If I am right&#8230; the arguments should not be divided by a positive or plus symbol but rather by a comma.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

