<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Paul Solt &#187; Computer Science</title>
	<atom:link href="http://paulsolt.com/category/computer-science/feed/" rel="self" type="application/rss+xml" />
	<link>http://paulsolt.com</link>
	<description>Putting the Inc back in Solt since 2005.</description>
	<lastBuildDate>Fri, 03 Feb 2012 05:04:16 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>clang++ is awesome, goodbye g++</title>
		<link>http://paulsolt.com/2011/09/clang-is-awesome-goodbye-g/</link>
		<comments>http://paulsolt.com/2011/09/clang-is-awesome-goodbye-g/#comments</comments>
		<pubDate>Fri, 09 Sep 2011 22:26:43 +0000</pubDate>
		<dc:creator>Paul Solt</dc:creator>
				<category><![CDATA[Computer Science]]></category>
		<category><![CDATA[C++]]></category>
		<category><![CDATA[clang++]]></category>
		<category><![CDATA[compilers]]></category>
		<category><![CDATA[g++]]></category>

		<guid isPermaLink="false">http://paulsolt.com/?p=1188</guid>
		<description><![CDATA[<p>I finally got around to reading up on the clang compiler and I love it. The error messages are so helpful. Here&#8217;s a quick example with a syntax error. Lets compile it on the command line.</p> #include &#60;iostream&#62; int main() { std::cotut &#60;&#60; "Hello World"; return 0; } <p><br /> What happens when I run [...]]]></description>
			<content:encoded><![CDATA[<p>I finally got around to reading up on the clang compiler and I love it. The error messages are so helpful. Here&#8217;s a quick example with a syntax error. Lets compile it on the command line.</p>
<pre style="padding-left: 30px;">#include &lt;iostream&gt;
int main() {
	std::cotut &lt;&lt; "Hello World";
	return 0;
}</pre>
<p><span id="more-1188"></span><br />
What happens when I run the code with g++?</p>
<pre style="padding-left: 30px;">paulsolt@~/dev $ g++ test.cpp
test.cpp: In function ‘int main()’:
test.cpp:3: error: ‘cotut’ is not a member of ‘std’</pre>
<pre style="padding-left: 30px;"></pre>
<p>Here&#8217;s what happens in clang++, notice how it highlights the position and it&#8217;s actually more helpful in fixing the error.</p>
<pre style="padding-left: 30px;">paulsolt@~/dev $ clang++ test.cpp
test.cpp:4:7: error: no member named 'cotut' in namespace 'std'; did you mean 'cout'?
        std::cotut &lt;&lt; "Hello World";
        ~~~~~^~~~~
             cout
/usr/include/c++/4.2.1/iostream:63:18: note: 'cout' declared here
  extern ostream cout;          ///&lt; Linked to standard output</pre>
]]></content:encoded>
			<wfw:commentRss>http://paulsolt.com/2011/09/clang-is-awesome-goodbye-g/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>iPhone Remote Control Samples</title>
		<link>http://paulsolt.com/2009/08/iphone-remote-control-samples/</link>
		<comments>http://paulsolt.com/2009/08/iphone-remote-control-samples/#comments</comments>
		<pubDate>Tue, 04 Aug 2009 06:08:20 +0000</pubDate>
		<dc:creator>Paul Solt</dc:creator>
				<category><![CDATA[Computer Science]]></category>
		<category><![CDATA[ImagineRIT]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[player/stage]]></category>
		<category><![CDATA[remote control]]></category>
		<category><![CDATA[RIT]]></category>
		<category><![CDATA[Robot]]></category>

		<guid isPermaLink="false">http://paulsolt.com/2009/08/iphone-remote-control-samples/</guid>
		<description><![CDATA[<p>Get ready for an iPhone robot remote control. I&#8217;m working on creating a couple samples and documentation.</p> <p>Check out the video from Imagine RIT: <a href="http://www.youtube.com/watch?v=MOxTV41Lqac">http://www.youtube.com/watch?v=MOxTV41Lqac</a></p> <p>Here&#8217;s the link to my follow-up post: <a href="http://paulsolt.com/2009/08/iphone-playerstage-remote-control/">iPhone Player/Stage Sample Projects</a></p>]]></description>
			<content:encoded><![CDATA[<p>Get ready for an iPhone robot remote control. I&#8217;m working on creating a couple samples and documentation.</p>
<p>Check out the video from Imagine RIT: <a href="http://www.youtube.com/watch?v=MOxTV41Lqac">http://www.youtube.com/watch?v=MOxTV41Lqac</a></p>
<p>Here&#8217;s the link to my follow-up post: <a href="http://paulsolt.com/2009/08/iphone-playerstage-remote-control/">iPhone Player/Stage Sample Projects</a></p>
]]></content:encoded>
			<wfw:commentRss>http://paulsolt.com/2009/08/iphone-remote-control-samples/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Life Changing Event</title>
		<link>http://paulsolt.com/2008/01/life-changing-event/</link>
		<comments>http://paulsolt.com/2008/01/life-changing-event/#comments</comments>
		<pubDate>Thu, 24 Jan 2008 17:41:45 +0000</pubDate>
		<dc:creator>Paul Solt</dc:creator>
				<category><![CDATA[Computer Science]]></category>
		<category><![CDATA[Life at RIT]]></category>
		<category><![CDATA[Mac]]></category>

		<guid isPermaLink="false">http://www.paulsolt.com/?p=32</guid>
		<description><![CDATA[<p>My life has changed thanks to Joe.</p> <p>Suddenly my tab key is more useful on my Macbook. I can now tab through my dialog option buttons. There&#8217;s an obscure setting in the System Preferences > Keyboard and Mouse > Keyboard Shortcuts > Full Keyboard Access (set to All Controls). Or you can press ctrl-F7.</p> <p>This [...]]]></description>
			<content:encoded><![CDATA[<p>My life has changed thanks to Joe.</p>
<p>Suddenly my tab key is more useful on my Macbook. I can now tab through my dialog option buttons. There&#8217;s an obscure setting in the System Preferences > Keyboard and Mouse > Keyboard Shortcuts > Full Keyboard Access (set to All Controls). Or you can press ctrl-F7.</p>
<p>This makes so many things much easier to do with out having to constantly use the mouse to move to a button and click.</p>
<p>Love it!</p>
]]></content:encoded>
			<wfw:commentRss>http://paulsolt.com/2008/01/life-changing-event/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>End of the Spring Quarter</title>
		<link>http://paulsolt.com/2007/05/end-of-the-spring-quarter/</link>
		<comments>http://paulsolt.com/2007/05/end-of-the-spring-quarter/#comments</comments>
		<pubDate>Sun, 13 May 2007 15:35:48 +0000</pubDate>
		<dc:creator>Paul Solt</dc:creator>
				<category><![CDATA[Computer Science]]></category>
		<category><![CDATA[Life at RIT]]></category>

		<guid isPermaLink="false">http://www.paulsolt.com/?p=21</guid>
		<description><![CDATA[<p>Wow, these past few weeks have been flying by. This coming week is week 10 and then I have three finals on Saturday because RIT decided to start finals on Saturday for spring to avoid conflicts the graduation ceremonies. I have two papers to write, one on photon mapping and caustics for computer graphics II [...]]]></description>
			<content:encoded><![CDATA[<p>Wow, these past few weeks have been flying by. This coming week is week 10 and then I have three finals on Saturday because RIT decided to start finals on Saturday for spring to avoid conflicts the graduation ceremonies. I have two papers to write, one on photon mapping and caustics for computer graphics II and one on DNA profiling for Truth and Consequences. I still have one more programming project to finish to demonstrate photon mapping. This weeks&#8217; going to be real busy and I hope I can finish everything and still have time to get to the gym.</p>
<p>Check out my website with all the awesome pictures at <a href="http://www.rit.edu/~pds2352">Paul&#8217;s RIT website</a></p>
]]></content:encoded>
			<wfw:commentRss>http://paulsolt.com/2007/05/end-of-the-spring-quarter/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Spring Quarter</title>
		<link>http://paulsolt.com/2007/03/spring-quarter/</link>
		<comments>http://paulsolt.com/2007/03/spring-quarter/#comments</comments>
		<pubDate>Wed, 21 Mar 2007 01:42:27 +0000</pubDate>
		<dc:creator>Paul Solt</dc:creator>
				<category><![CDATA[Computer Science]]></category>
		<category><![CDATA[Life at RIT]]></category>
		<category><![CDATA[News]]></category>

		<guid isPermaLink="false">http://www.paulsolt.com/?p=15</guid>
		<description><![CDATA[<p>Wow, it&#8217;s already week 2 of spring quarter and I&#8217;ve got a heavy load. Here&#8217;s a link to my main RIT web page that I updated with current course work. <a href="http://www.rit.edu/~pds2352">RIT Webpage</a> So far I have links for two of the classes I&#8217;m taking with graphical pictures, code, and possibly even some executable files.</p> [...]]]></description>
			<content:encoded><![CDATA[<p>Wow, it&#8217;s already week 2 of spring quarter and I&#8217;ve got a heavy load.  Here&#8217;s a link to my main RIT web page that I updated with current course work.  <a href="http://www.rit.edu/~pds2352">RIT Webpage</a> So far I have links for two of the classes I&#8217;m taking with graphical pictures, code, and possibly even some executable files.</p>
<p>Work on the game project is being delayed because of all the course work, and I&#8217;m also working on a separate game project for the Game Developers Club, so I&#8217;m pulled in a lot of different programming directions.</p>
<p>Ultimate Frisbee starts next week and I&#8217;m also working on filling out my application packet for the Student Government GCCIS Senator position, so that could be interesting in the next few weeks.</p>
]]></content:encoded>
			<wfw:commentRss>http://paulsolt.com/2007/03/spring-quarter/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Computer Science BS/MS switch and the dawn of a new club</title>
		<link>http://paulsolt.com/2007/01/computer-science-bsms-switch-and-the-dawn-of-a-new-club/</link>
		<comments>http://paulsolt.com/2007/01/computer-science-bsms-switch-and-the-dawn-of-a-new-club/#comments</comments>
		<pubDate>Mon, 29 Jan 2007 21:33:46 +0000</pubDate>
		<dc:creator>Paul Solt</dc:creator>
				<category><![CDATA[Computer Science]]></category>

		<guid isPermaLink="false">http://www.paulsolt.com/?p=6</guid>
		<description><![CDATA[<p>I now have two big things that I&#8217;m doing in addition to everything else. First, I&#8217;m planning on switching over to the Computer Science BS/MS program. So I&#8217;ll get a Masters in Computer Science with one additional year of college, putting me at 2010. For the MS degree, I plan on doing a cluster in [...]]]></description>
			<content:encoded><![CDATA[<p>I now have two big things that I&#8217;m doing in addition to everything else.  First, I&#8217;m planning on switching over to the Computer Science BS/MS program.  So I&#8217;ll get a Masters in Computer Science with one additional year of college, putting me at 2010.  For the MS degree, I plan on doing a cluster in computer graphics.  It&#8217;s been a topic that has always intrigued me, but it wasn&#8217;t until this year that I was really able to dig into it with my Computer Graphics I course.  Next quarter I&#8217;ll be taking my first graduate course, Computer Graphics II, which means I&#8217;ll have extra work to do, but it should be good since it&#8217;s interesting material.</p>
<p>I&#8217;m also looking to start a Computer Science Club/Organization here at RIT.  Currently, nothing exists.  To get things rolling, I&#8217;ve been talking with the chair of the CS department and with many friends in computer science who are all very interested.  I want it to be a place were CS majors can meet each other through different social events, as well as a place to give student input directly to the department.  Along side organizing I am trying to design some CS T-shirts/sweatshirts to sell to students who are proud to be a Computer Science major.  In the next few weeks I&#8217;ll be setting up a meeting to get student feedback and to see if anyone is willing to work on the executive board.  I&#8217;m already VP of another club, so I would need people willing to help out.</p>
]]></content:encoded>
			<wfw:commentRss>http://paulsolt.com/2007/01/computer-science-bsms-switch-and-the-dawn-of-a-new-club/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

