<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
<title>Snipplr - trentonknight</title>
<link>http://snipplr.com/users/trentonknight</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Thu, 20 Jun 2013 21:12:50 GMT</pubDate>
<item>
<title>(C++) Insertion Sort</title>
<link>http://snipplr.com/view/42727/insertion-sort/</link>
<description><![CDATA[ <p>Just change numbers in array and/or array size to view printout of incremented sort</p> ]]></description>
<pubDate>Fri, 22 Oct 2010 02:55:18 GMT</pubDate>
<guid>http://snipplr.com/view/42727/insertion-sort/</guid>
</item>
<item>
<title>(C++) Power of Ten</title>
<link>http://snipplr.com/view/41442/power-of-ten/</link>
<description><![CDATA[ <p>Recursive function to get the power of ten without cmath</p> ]]></description>
<pubDate>Tue, 05 Oct 2010 00:28:54 GMT</pubDate>
<guid>http://snipplr.com/view/41442/power-of-ten/</guid>
</item>
<item>
<title>(C++) Node Array Based Off of Nick Parlante\'s tutorial from Stanford University</title>
<link>http://snipplr.com/view/41021/node-array-based-off-of-nick-parlantes-tutorial-from-stanford-university/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Sat, 25 Sep 2010 09:10:30 GMT</pubDate>
<guid>http://snipplr.com/view/41021/node-array-based-off-of-nick-parlantes-tutorial-from-stanford-university/</guid>
</item>
<item>
<title>(C++) Check File exists</title>
<link>http://snipplr.com/view/40009/check-file-exists/</link>
<description><![CDATA[ <p>Just a lazy way to verify file exists before reading from another function. It may not be the best so feel free to comment on better ways. Just create a string in function you are calling from or main and do this:

string getData, file;
ifstream inData;
file = checkFileExists();
inData.open(file.c_str());
inData >> getData;</p> ]]></description>
<pubDate>Sun, 05 Sep 2010 00:09:48 GMT</pubDate>
<guid>http://snipplr.com/view/40009/check-file-exists/</guid>
</item>
</channel>
</rss>