<?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 guge</title>
	<atom:link href="http://www.guge.net/?feed=comments-rss2" rel="self" type="application/rss+xml" />
	<link>http://www.guge.net</link>
	<description>Geir Gundersen's blog</description>
	<lastBuildDate>Mon, 10 Aug 2009 17:14:11 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>Comment on From Infix to Postfix &#8211; an alternative to shunting yard by Ruth</title>
		<link>http://www.guge.net/?p=3&#038;cpage=1#comment-33</link>
		<dc:creator>Ruth</dc:creator>
		<pubDate>Mon, 10 Aug 2009 17:14:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.guge.net/?p=3#comment-33</guid>
		<description>So therefore, I will call Execute() in the main()?

Example:
(a+b)
in order to get the postfix of this i would call
            Console.WriteLine(&quot;\n\nResult is: {0}\nPress enter to exit.&quot;,tokens);
But the output is this:
Postfix.Token[]

Why is that so???</description>
		<content:encoded><![CDATA[<p>So therefore, I will call Execute() in the main()?</p>
<p>Example:<br />
(a+b)<br />
in order to get the postfix of this i would call<br />
            Console.WriteLine(&#8220;\n\nResult is: {0}\nPress enter to exit.&#8221;,tokens);<br />
But the output is this:<br />
Postfix.Token[]</p>
<p>Why is that so???</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on From Infix to Postfix &#8211; an alternative to shunting yard by Ruth</title>
		<link>http://www.guge.net/?p=3&#038;cpage=1#comment-32</link>
		<dc:creator>Ruth</dc:creator>
		<pubDate>Mon, 10 Aug 2009 16:47:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.guge.net/?p=3#comment-32</guid>
		<description>aahhh...okay...:) i see...

                    default:
                       if (!float.TryParse(arg, out token.Operand))
                           throw new ArgumentException(&quot;Unknown token: &quot; + arg);
                       token.Operator = arg[0];
                        token.Precedence = 0;
                        break;

These part should be replaced right?
Therefore, i should omit the if statement and then store &quot;a&quot; in the Token Class...how about the throw - new ArgumentException it should be omitted also???

I&#039;m sorry if I have so many questions.
I&#039;ve been sleeping very late because of this machine problem.
Although,this should be group project but as you can see sir,I am the only person who is doing this project.
:(

So, I would appreciate all these things sir from the bottom of my heart. :)</description>
		<content:encoded><![CDATA[<p>aahhh&#8230;okay&#8230;:) i see&#8230;</p>
<p>                    default:<br />
                       if (!float.TryParse(arg, out token.Operand))<br />
                           throw new ArgumentException(&#8220;Unknown token: &#8221; + arg);<br />
                       token.Operator = arg[0];<br />
                        token.Precedence = 0;<br />
                        break;</p>
<p>These part should be replaced right?<br />
Therefore, i should omit the if statement and then store &#8220;a&#8221; in the Token Class&#8230;how about the throw &#8211; new ArgumentException it should be omitted also???</p>
<p>I&#8217;m sorry if I have so many questions.<br />
I&#8217;ve been sleeping very late because of this machine problem.<br />
Although,this should be group project but as you can see sir,I am the only person who is doing this project.<br />
 <img src='http://www.guge.net/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /> </p>
<p>So, I would appreciate all these things sir from the bottom of my heart. <img src='http://www.guge.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on From Infix to Postfix &#8211; an alternative to shunting yard by Ruth</title>
		<link>http://www.guge.net/?p=3&#038;cpage=1#comment-31</link>
		<dc:creator>Ruth</dc:creator>
		<pubDate>Mon, 10 Aug 2009 16:10:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.guge.net/?p=3#comment-31</guid>
		<description>&quot;you would have to change the default-part of the switch in Tokenize method. Instead of throwing an exception when unable to parse the token as a float, you would have to accept it as it is.&quot;

Sir, how would I accept it as it is?</description>
		<content:encoded><![CDATA[<p>&#8220;you would have to change the default-part of the switch in Tokenize method. Instead of throwing an exception when unable to parse the token as a float, you would have to accept it as it is.&#8221;</p>
<p>Sir, how would I accept it as it is?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on From Infix to Postfix &#8211; an alternative to shunting yard by Ruth</title>
		<link>http://www.guge.net/?p=3&#038;cpage=1#comment-30</link>
		<dc:creator>Ruth</dc:creator>
		<pubDate>Mon, 10 Aug 2009 14:25:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.guge.net/?p=3#comment-30</guid>
		<description>Thank you sir..:)

I confirmed you already as my friend in Facebook.

Anyway, I&#039;m just a 2nd year college taking up BSIT.</description>
		<content:encoded><![CDATA[<p>Thank you sir..:)</p>
<p>I confirmed you already as my friend in Facebook.</p>
<p>Anyway, I&#8217;m just a 2nd year college taking up BSIT.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on From Infix to Postfix &#8211; an alternative to shunting yard by Ruth</title>
		<link>http://www.guge.net/?p=3&#038;cpage=1#comment-29</link>
		<dc:creator>Ruth</dc:creator>
		<pubDate>Mon, 10 Aug 2009 14:10:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.guge.net/?p=3#comment-29</guid>
		<description>Ok...

:)

Thank you very much for the advice on how to revise your code into an algebraic expression...

I would appreciate if ever there would be an error on my program and you&#039;ll extend your assistance.

Again, thank you very much sir...:)</description>
		<content:encoded><![CDATA[<p>Ok&#8230;</p>
<p> <img src='http://www.guge.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Thank you very much for the advice on how to revise your code into an algebraic expression&#8230;</p>
<p>I would appreciate if ever there would be an error on my program and you&#8217;ll extend your assistance.</p>
<p>Again, thank you very much sir&#8230;:)</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on From Infix to Postfix &#8211; an alternative to shunting yard by Ruth</title>
		<link>http://www.guge.net/?p=3&#038;cpage=1#comment-28</link>
		<dc:creator>Ruth</dc:creator>
		<pubDate>Mon, 10 Aug 2009 13:31:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.guge.net/?p=3#comment-28</guid>
		<description>ok...Thank you very much!!!

Your program accepts arithmetic expression...

:)

Sir, may I ask question?

In what way can I revise this program where in it will accept an algebraic expression?

Example:
a+b  -&gt; to infix   ab+</description>
		<content:encoded><![CDATA[<p>ok&#8230;Thank you very much!!!</p>
<p>Your program accepts arithmetic expression&#8230;</p>
<p> <img src='http://www.guge.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Sir, may I ask question?</p>
<p>In what way can I revise this program where in it will accept an algebraic expression?</p>
<p>Example:<br />
a+b  -&gt; to infix   ab+</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on From Infix to Postfix &#8211; an alternative to shunting yard by Ruth</title>
		<link>http://www.guge.net/?p=3&#038;cpage=1#comment-27</link>
		<dc:creator>Ruth</dc:creator>
		<pubDate>Mon, 10 Aug 2009 13:28:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.guge.net/?p=3#comment-27</guid>
		<description>Ok..I&#039;ll check it...:)

By the way, your program accepts algebraic expression or arithmetic expression or both???</description>
		<content:encoded><![CDATA[<p>Ok..I&#8217;ll check it&#8230;:)</p>
<p>By the way, your program accepts algebraic expression or arithmetic expression or both???</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on From Infix to Postfix &#8211; an alternative to shunting yard by Ruth</title>
		<link>http://www.guge.net/?p=3&#038;cpage=1#comment-26</link>
		<dc:creator>Ruth</dc:creator>
		<pubDate>Mon, 10 Aug 2009 12:23:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.guge.net/?p=3#comment-26</guid>
		<description>Here are the following errors...(The italicized words are the errors were c# compiler said so)

Error    1    Operator &#039;+&#039; cannot be applied to operands of type &#039;object&#039; and &#039;object&#039;   

                                              stack.Push(stack.Pop() + stack.Pop());


Error    2    Cannot implicitly convert type &#039;object&#039; to &#039;float&#039;. An explicit conversion exists (are you missing a cast?)  
                           
                                                                    float f1 = stack.Pop();


Error    3    Cannot implicitly convert type &#039;object&#039; to &#039;float&#039;. An explicit conversion exists (are you missing a cast?)   

                                                                            float f2 = stack.Pop();


Error    4    Operator &#039;*&#039; cannot be applied to operands of type &#039;object&#039; and &#039;object&#039; 

                                                    stack.Push(stack.Pop() * stack.Pop());
 

Error    5    Cannot implicitly convert type &#039;object&#039; to &#039;float&#039;. An explicit conversion exists (are you missing a cast?)   

                            float f1 = stack.Pop();

Error    6    Cannot implicitly convert type &#039;object&#039; to &#039;float&#039;. An explicit conversion exists (are you missing a cast?)   

                                float f2 = stack.Pop();

Error    7    Cannot implicitly convert type &#039;object&#039; to &#039;float&#039;. An explicit conversion exists (are you missing a cast?)  

                         float result = stack.Pop();</description>
		<content:encoded><![CDATA[<p>Here are the following errors&#8230;(The italicized words are the errors were c# compiler said so)</p>
<p>Error    1    Operator &#8216;+&#8217; cannot be applied to operands of type &#8216;object&#8217; and &#8216;object&#8217;   </p>
<p>                                              stack.Push(stack.Pop() + stack.Pop());</p>
<p>Error    2    Cannot implicitly convert type &#8216;object&#8217; to &#8216;float&#8217;. An explicit conversion exists (are you missing a cast?)  </p>
<p>                                                                    float f1 = stack.Pop();</p>
<p>Error    3    Cannot implicitly convert type &#8216;object&#8217; to &#8216;float&#8217;. An explicit conversion exists (are you missing a cast?)   </p>
<p>                                                                            float f2 = stack.Pop();</p>
<p>Error    4    Operator &#8216;*&#8217; cannot be applied to operands of type &#8216;object&#8217; and &#8216;object&#8217; </p>
<p>                                                    stack.Push(stack.Pop() * stack.Pop());</p>
<p>Error    5    Cannot implicitly convert type &#8216;object&#8217; to &#8216;float&#8217;. An explicit conversion exists (are you missing a cast?)   </p>
<p>                            float f1 = stack.Pop();</p>
<p>Error    6    Cannot implicitly convert type &#8216;object&#8217; to &#8216;float&#8217;. An explicit conversion exists (are you missing a cast?)   </p>
<p>                                float f2 = stack.Pop();</p>
<p>Error    7    Cannot implicitly convert type &#8216;object&#8217; to &#8216;float&#8217;. An explicit conversion exists (are you missing a cast?)  </p>
<p>                         float result = stack.Pop();</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on From Infix to Postfix &#8211; an alternative to shunting yard by Ruth</title>
		<link>http://www.guge.net/?p=3&#038;cpage=1#comment-25</link>
		<dc:creator>Ruth</dc:creator>
		<pubDate>Mon, 10 Aug 2009 11:41:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.guge.net/?p=3#comment-25</guid>
		<description>Actually...I tried your code because this is my machine problem...converting infix to postfix using c#...but c# sample codes were very rare..that&#039;s why I&#039;m so happy when I saw your program...

When I put stack.top and stack.empty there were errors...i don&#039;t know why...Are you using a class to access .top and .empty???

Please...Help me to do this...

If there were certain changes on your code please do notify me...

I will really appreciate it from the bottom of my heart...:)</description>
		<content:encoded><![CDATA[<p>Actually&#8230;I tried your code because this is my machine problem&#8230;converting infix to postfix using c#&#8230;but c# sample codes were very rare..that&#8217;s why I&#8217;m so happy when I saw your program&#8230;</p>
<p>When I put stack.top and stack.empty there were errors&#8230;i don&#8217;t know why&#8230;Are you using a class to access .top and .empty???</p>
<p>Please&#8230;Help me to do this&#8230;</p>
<p>If there were certain changes on your code please do notify me&#8230;</p>
<p>I will really appreciate it from the bottom of my heart&#8230;:)</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on From Infix to Postfix &#8211; an alternative to shunting yard by Ruth</title>
		<link>http://www.guge.net/?p=3&#038;cpage=1#comment-24</link>
		<dc:creator>Ruth</dc:creator>
		<pubDate>Mon, 10 Aug 2009 10:32:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.guge.net/?p=3#comment-24</guid>
		<description>Hello...

When I run this in c# there were certain errors...especially on the stack.pop...why is that so???

Please reply...

Thank you very much...:)

God Bless!</description>
		<content:encoded><![CDATA[<p>Hello&#8230;</p>
<p>When I run this in c# there were certain errors&#8230;especially on the stack.pop&#8230;why is that so???</p>
<p>Please reply&#8230;</p>
<p>Thank you very much&#8230;:)</p>
<p>God Bless!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
