<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
  <channel>
    <title>Snipplr</title>
    <description>Recent snippets posted on Snipplr.com</description>
    <link>https://snipplr.com/</link>
    <lastBuildDate>Tue, 09 Jun 2026 15:00:51 +0000</lastBuildDate>
    <item>
      <title>(C++) Infix notation to Reverse Polish Notation - Mcgee_00</title>
      <link>https://snipplr.com/view/8962/infix-notation-to-reverse-polish-notation</link>
      <description>&lt;p&gt;The bugged version: Somehow, it prints random characters to me like [] except the spaces filled in and other accented letters when I input more parenthesis and longer input. &#13;
&#13;
How to use: example-&gt; &#13;
input:&#13;
3&#13;
1+2&#13;
(1+2)*(6-2)&#13;
6-7*(9*10)/8 &#13;
&#13;
output: &#13;
1 2 +&#13;
1 2 + 6 2 - *&#13;
6 7 - 9 10 ** 8 /&lt;/p&gt;</description>
      <pubDate>Sat, 11 Oct 2008 19:16:30 UTC</pubDate>
      <guid>https://snipplr.com/view/8962/infix-notation-to-reverse-polish-notation</guid>
    </item>
  </channel>
</rss>
