<?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"
	>
<channel>
	<title>Comments on: C Programmer?</title>
	<atom:link href="http://www.youknowyouwanna.net/2005/12/08/c-programmer/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.youknowyouwanna.net/2005/12/08/c-programmer/</link>
	<description>A Sneak Peak Into My Crazy Life, and the Technology, Books, Movies &#038; Music I Enjoy</description>
	<pubDate>Thu, 04 Dec 2008 05:51:53 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
		<item>
		<title>By: anonymous</title>
		<link>http://www.youknowyouwanna.net/2005/12/08/c-programmer/#comment-2856</link>
		<dc:creator>anonymous</dc:creator>
		<pubDate>Sun, 18 Dec 2005 21:19:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.youknowyouwanna.net/2005/12/08/c-programmer/#comment-2856</guid>
		<description>/*
main function arguments should be as below.

the use of arguments on a function to be modified will
cause bad things in the long run, and should be avoided.

Make this a console function, or the main will be
decleared elsewhere in the windows libraries and not be
available to you
*/

#include "stdafx.h"

int main(int argc, char *argv)
{

int X, Y, PRODUCT;

printf("Enter First Number: "); scanf("%d", X);
printf("Enter Second Number: "); scanf("%d", Y);

PRODUCT = X*Y;

printf("Sum of %d AND %d = %d", X ,Y , PRODUCT);

return 0;
}</description>
		<content:encoded><![CDATA[<p>/*<br />
main function arguments should be as below.</p>
<p>the use of arguments on a function to be modified will<br />
cause bad things in the long run, and should be avoided.</p>
<p>Make this a console function, or the main will be<br />
decleared elsewhere in the windows libraries and not be<br />
available to you<br />
*/</p>
<p>#include &#8220;stdafx.h&#8221;</p>
<p>int main(int argc, char *argv)<br />
{</p>
<p>int X, Y, PRODUCT;</p>
<p>printf(&#8221;Enter First Number: &#8220;); scanf(&#8221;%d&#8221;, X);<br />
printf(&#8221;Enter Second Number: &#8220;); scanf(&#8221;%d&#8221;, Y);</p>
<p>PRODUCT = X*Y;</p>
<p>printf(&#8221;Sum of %d AND %d = %d&#8221;, X ,Y , PRODUCT);</p>
<p>return 0;<br />
}</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: maskedfencer</title>
		<link>http://www.youknowyouwanna.net/2005/12/08/c-programmer/#comment-2855</link>
		<dc:creator>maskedfencer</dc:creator>
		<pubDate>Thu, 08 Dec 2005 21:15:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.youknowyouwanna.net/2005/12/08/c-programmer/#comment-2855</guid>
		<description>AHHHH! Flashbacks!!

NOOOOOOOOOOOOOOOOOOOOOOOOO!</description>
		<content:encoded><![CDATA[<p>AHHHH! Flashbacks!!</p>
<p>NOOOOOOOOOOOOOOOOOOOOOOOOO!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: 787style</title>
		<link>http://www.youknowyouwanna.net/2005/12/08/c-programmer/#comment-2854</link>
		<dc:creator>787style</dc:creator>
		<pubDate>Thu, 08 Dec 2005 21:04:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.youknowyouwanna.net/2005/12/08/c-programmer/#comment-2854</guid>
		<description>No Yahoo, only AIM.  April tries to force my hand toward Yahoo, not a fan.

Speaking of, I guess I should go pick up April's dog.</description>
		<content:encoded><![CDATA[<p>No Yahoo, only AIM.  April tries to force my hand toward Yahoo, not a fan.</p>
<p>Speaking of, I guess I should go pick up April&#8217;s dog.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jaxia</title>
		<link>http://www.youknowyouwanna.net/2005/12/08/c-programmer/#comment-2853</link>
		<dc:creator>jaxia</dc:creator>
		<pubDate>Thu, 08 Dec 2005 21:01:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.youknowyouwanna.net/2005/12/08/c-programmer/#comment-2853</guid>
		<description>Yahoo?  I tried to add you to my Yahoo IM.
I have AIM and MSN too though.

Thanks again!</description>
		<content:encoded><![CDATA[<p>Yahoo?  I tried to add you to my Yahoo IM.<br />
I have AIM and MSN too though.</p>
<p>Thanks again!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jaxia</title>
		<link>http://www.youknowyouwanna.net/2005/12/08/c-programmer/#comment-2852</link>
		<dc:creator>jaxia</dc:creator>
		<pubDate>Thu, 08 Dec 2005 20:55:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.youknowyouwanna.net/2005/12/08/c-programmer/#comment-2852</guid>
		<description>I write on my website :)  http://www.youknowyouwanna.net
I still read my friends page every day or so...

I only posted here because I needed a FAST reply :)</description>
		<content:encoded><![CDATA[<p>I write on my website <img src='http://www.youknowyouwanna.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  <a href="http://www.youknowyouwanna.net" rel="nofollow">http://www.youknowyouwanna.net</a><br />
I still read my friends page every day or so&#8230;</p>
<p>I only posted here because I needed a FAST reply <img src='http://www.youknowyouwanna.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: 787style</title>
		<link>http://www.youknowyouwanna.net/2005/12/08/c-programmer/#comment-2851</link>
		<dc:creator>787style</dc:creator>
		<pubDate>Thu, 08 Dec 2005 20:54:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.youknowyouwanna.net/2005/12/08/c-programmer/#comment-2851</guid>
		<description>IM: AdamSeyer

God I need to pay attention.

#include "stdafx.h"

int main(int X, int Y, int SUM)
{

printf("Enter First Number: "); scanf("%d", &#38;X);
printf("Enter Second Number: "); scanf("%d", &#38;Y);

SUM = X+Y;

printf("Sum of %d and %d = %d", X ,Y , sum);

return 0;
}</description>
		<content:encoded><![CDATA[<p>IM: AdamSeyer</p>
<p>God I need to pay attention.</p>
<p>#include &#8220;stdafx.h&#8221;</p>
<p>int main(int X, int Y, int SUM)<br />
{</p>
<p>printf(&#8221;Enter First Number: &#8220;); scanf(&#8221;%d&#8221;, &amp;X);<br />
printf(&#8221;Enter Second Number: &#8220;); scanf(&#8221;%d&#8221;, &amp;Y);</p>
<p>SUM = X+Y;</p>
<p>printf(&#8221;Sum of %d and %d = %d&#8221;, X ,Y , sum);</p>
<p>return 0;<br />
}</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jaxia</title>
		<link>http://www.youknowyouwanna.net/2005/12/08/c-programmer/#comment-2850</link>
		<dc:creator>jaxia</dc:creator>
		<pubDate>Thu, 08 Dec 2005 20:52:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.youknowyouwanna.net/2005/12/08/c-programmer/#comment-2850</guid>
		<description>You are awesome!  I just need to change the multiply to addition, and I should be good to go!

Thank you oh so much!

(Do you have an IM name in case I need more help?  :D )</description>
		<content:encoded><![CDATA[<p>You are awesome!  I just need to change the multiply to addition, and I should be good to go!</p>
<p>Thank you oh so much!</p>
<p>(Do you have an IM name in case I need more help?  <img src='http://www.youknowyouwanna.net/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> )</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: frogboy3</title>
		<link>http://www.youknowyouwanna.net/2005/12/08/c-programmer/#comment-2849</link>
		<dc:creator>frogboy3</dc:creator>
		<pubDate>Thu, 08 Dec 2005 20:50:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.youknowyouwanna.net/2005/12/08/c-programmer/#comment-2849</guid>
		<description>where the hell have you been darling?

you all but vanished! :(</description>
		<content:encoded><![CDATA[<p>where the hell have you been darling?</p>
<p>you all but vanished! <img src='http://www.youknowyouwanna.net/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: 787style</title>
		<link>http://www.youknowyouwanna.net/2005/12/08/c-programmer/#comment-2848</link>
		<dc:creator>787style</dc:creator>
		<pubDate>Thu, 08 Dec 2005 20:49:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.youknowyouwanna.net/2005/12/08/c-programmer/#comment-2848</guid>
		<description>Yeah, put that is VS and it worked fine for me.

Does seeing it in action make sense?</description>
		<content:encoded><![CDATA[<p>Yeah, put that is VS and it worked fine for me.</p>
<p>Does seeing it in action make sense?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: 787style</title>
		<link>http://www.youknowyouwanna.net/2005/12/08/c-programmer/#comment-2847</link>
		<dc:creator>787style</dc:creator>
		<pubDate>Thu, 08 Dec 2005 20:45:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.youknowyouwanna.net/2005/12/08/c-programmer/#comment-2847</guid>
		<description>Forgot a &#38;

printf("Enter First Number: ");	scanf("%d", &#38;X);
printf("Enter Second Number: "); scanf("%d", &#38;Y);</description>
		<content:encoded><![CDATA[<p>Forgot a &amp;</p>
<p>printf(&#8221;Enter First Number: &#8220;);	scanf(&#8221;%d&#8221;, &amp;X);<br />
printf(&#8221;Enter Second Number: &#8220;); scanf(&#8221;%d&#8221;, &amp;Y);</p>
]]></content:encoded>
	</item>
</channel>
</rss>
