<?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>Parks Computing &#187; Accelerated C++</title>
	<atom:link href="http://www.parkscomputing.com/labels/accelerated-c/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.parkscomputing.com</link>
	<description>Pedagogy for the autodidactic programmer</description>
	<lastBuildDate>Thu, 12 Jan 2012 22:48:30 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.4</generator>
		<item>
		<title>Comments on Accelerated C++ Solutions</title>
		<link>http://www.parkscomputing.com/2011/09/comments-on-accelerated-c-solutions/</link>
		<comments>http://www.parkscomputing.com/2011/09/comments-on-accelerated-c-solutions/#comments</comments>
		<pubDate>Thu, 08 Sep 2011 17:30:39 +0000</pubDate>
		<dc:creator>paulmooreparks</dc:creator>
				<category><![CDATA[Accelerated C++]]></category>

		<guid isPermaLink="false">http://www.parkscomputing.com/?p=697</guid>
		<description><![CDATA[I can&#8217;t begin to express how delighted I am at all of the wonderful comments, suggestions, and corrections that have been coming in on the Accelerated C++ Solutions. I would be updating the pages and replying to the comments more, but I&#8217;m horribly swamped at my day job right now and I barely have time [...]]]></description>
			<content:encoded><![CDATA[<p>I can&#8217;t begin to express how delighted I am at all of the wonderful comments, suggestions, and corrections that have been coming in on the <a href="/accelerated-cpp-solutions/">Accelerated C++ Solutions</a>. I would be updating the pages and replying to the comments more, but I&#8217;m horribly swamped at my day job right now and I barely have time to do anything but camp out at the office.</p>
</p>
<p>Please, keep the comments coming, and I&#8217;ll do my best to give them the attention they deserve in a few weeks! Thank you all so much!</p></p>
<a href="http://www.facebook.com/share.php?u=http%3A%2F%2Fwww.parkscomputing.com%2F2011%2F09%2Fcomments-on-accelerated-c-solutions%2F&amp;t=Comments%20on%20Accelerated%20C%2B%2B%20Solutions" id="facebook_share_button_697" style="font-size:11px; line-height:13px; font-family:'lucida grande',tahoma,verdana,arial,sans-serif; text-decoration:none; display: -moz-inline-block; display:inline-block; padding:1px 20px 0 5px; margin: 5px 0; height:15px; border:1px solid #d8dfea; color: #3B5998; background: #fff url(http://b.static.ak.fbcdn.net/images/share/facebook_share_icon.gif) no-repeat top right;">Share</a>
	<script type="text/javascript">
	<!--
	var button = document.getElementById('facebook_share_link_697') || document.getElementById('facebook_share_icon_697') || document.getElementById('facebook_share_both_697') || document.getElementById('facebook_share_button_697');
	if (button) {
		button.onclick = function(e) {
			var url = this.href.replace(/share\.php/, 'sharer.php');
			window.open(url,'sharer','toolbar=0,status=0,width=626,height=436');
			return false;
		}
	
		if (button.id === 'facebook_share_button_697') {
			button.onmouseover = function(){
				this.style.color='#fff';
				this.style.borderColor = '#295582';
				this.style.backgroundColor = '#3b5998';
			}
			button.onmouseout = function(){
				this.style.color = '#3b5998';
				this.style.borderColor = '#d8dfea';
				this.style.backgroundColor = '#fff';
			}
		}
	}
	-->
	</script>
	]]></content:encoded>
			<wfw:commentRss>http://www.parkscomputing.com/2011/09/comments-on-accelerated-c-solutions/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>New Accelerated C++ Chapter!</title>
		<link>http://www.parkscomputing.com/2011/02/new-accelerated-c-chapter/</link>
		<comments>http://www.parkscomputing.com/2011/02/new-accelerated-c-chapter/#comments</comments>
		<pubDate>Tue, 22 Feb 2011 00:21:41 +0000</pubDate>
		<dc:creator>Paul Parks</dc:creator>
				<category><![CDATA[Accelerated C++]]></category>

		<guid isPermaLink="false">http://www.parkscomputing.com/?p=537</guid>
		<description><![CDATA[I&#8217;ve finally started adding solutions for chapter 3 of Accelerated C++. Currently only the first three all exercises in chapter 3 are complete. I&#8217;ll continue to strive to add new solutions on a regular basis, at least two a week. The new solutions were rather involved, so please let me know if I can improve [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve finally started adding solutions for <a href="http://www.parkscomputing.com/accelerated-cpp-solutions/03-workingwithbatchesofdata/">chapter 3 of <i>Accelerated C++</i></a>. Currently <del>only the first three</del> <strong>all</strong> exercises in chapter 3 are complete. I&#8217;ll continue to strive to add new solutions on a regular basis, at least two a week.</p>
<p>The new solutions were rather involved, so please <a href="mailto:paul@parkscomputing.com">let me know</a> if I can improve the solutions in any way.</p>
<p><strong>Update:</strong> Now I&#8217;m part of the way into <a href="http://www.parkscomputing.com/accelerated-cpp-solutions/04-organizingprogramsanddata/">chapter 4</a>. It&#8217;s really starting to roll now.</p>
<a href="http://www.facebook.com/share.php?u=http%3A%2F%2Fwww.parkscomputing.com%2F2011%2F02%2Fnew-accelerated-c-chapter%2F&amp;t=New%20Accelerated%20C%2B%2B%20Chapter%21" id="facebook_share_button_537" style="font-size:11px; line-height:13px; font-family:'lucida grande',tahoma,verdana,arial,sans-serif; text-decoration:none; display: -moz-inline-block; display:inline-block; padding:1px 20px 0 5px; margin: 5px 0; height:15px; border:1px solid #d8dfea; color: #3B5998; background: #fff url(http://b.static.ak.fbcdn.net/images/share/facebook_share_icon.gif) no-repeat top right;">Share</a>
	<script type="text/javascript">
	<!--
	var button = document.getElementById('facebook_share_link_537') || document.getElementById('facebook_share_icon_537') || document.getElementById('facebook_share_both_537') || document.getElementById('facebook_share_button_537');
	if (button) {
		button.onclick = function(e) {
			var url = this.href.replace(/share\.php/, 'sharer.php');
			window.open(url,'sharer','toolbar=0,status=0,width=626,height=436');
			return false;
		}
	
		if (button.id === 'facebook_share_button_537') {
			button.onmouseover = function(){
				this.style.color='#fff';
				this.style.borderColor = '#295582';
				this.style.backgroundColor = '#3b5998';
			}
			button.onmouseout = function(){
				this.style.color = '#3b5998';
				this.style.borderColor = '#d8dfea';
				this.style.backgroundColor = '#fff';
			}
		}
	}
	-->
	</script>
	]]></content:encoded>
			<wfw:commentRss>http://www.parkscomputing.com/2011/02/new-accelerated-c-chapter/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Accelerated C++ Solutions Moved to WordPress</title>
		<link>http://www.parkscomputing.com/2011/02/accelerated-c-solutions-moved-to-wordpress/</link>
		<comments>http://www.parkscomputing.com/2011/02/accelerated-c-solutions-moved-to-wordpress/#comments</comments>
		<pubDate>Sat, 19 Feb 2011 17:50:08 +0000</pubDate>
		<dc:creator>Paul Parks</dc:creator>
				<category><![CDATA[Accelerated C++]]></category>
		<category><![CDATA[cplusplus]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[accelerated C++ answers solutions exercises]]></category>

		<guid isPermaLink="false">http://www.parkscomputing.com/?p=467</guid>
		<description><![CDATA[I&#8217;ve finally moved my old solutions to the Accelerated C++ solutions to a new set of pages that I can edit with WordPress. There&#8217;s now a link and menu in the menu bar on this page. They still only go through chapter 2, but now that they&#8217;re moved I can start adding new solutions again. [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve finally moved my old solutions to the <a href="http://www.acceleratedcpp.com/">Accelerated C++</a> solutions to <a href="http://www.parkscomputing.com/accelerated-cpp-solutions/">a new set of pages</a> that I can edit with WordPress. There&#8217;s now a link and menu in the menu bar on this page.</p>
<p>They still only go through chapter 2, but now that they&#8217;re moved I can start adding new solutions again. Stay tuned.</p>
<a href="http://www.facebook.com/share.php?u=http%3A%2F%2Fwww.parkscomputing.com%2F2011%2F02%2Faccelerated-c-solutions-moved-to-wordpress%2F&amp;t=Accelerated%20C%2B%2B%20Solutions%20Moved%20to%20WordPress" id="facebook_share_button_467" style="font-size:11px; line-height:13px; font-family:'lucida grande',tahoma,verdana,arial,sans-serif; text-decoration:none; display: -moz-inline-block; display:inline-block; padding:1px 20px 0 5px; margin: 5px 0; height:15px; border:1px solid #d8dfea; color: #3B5998; background: #fff url(http://b.static.ak.fbcdn.net/images/share/facebook_share_icon.gif) no-repeat top right;">Share</a>
	<script type="text/javascript">
	<!--
	var button = document.getElementById('facebook_share_link_467') || document.getElementById('facebook_share_icon_467') || document.getElementById('facebook_share_both_467') || document.getElementById('facebook_share_button_467');
	if (button) {
		button.onclick = function(e) {
			var url = this.href.replace(/share\.php/, 'sharer.php');
			window.open(url,'sharer','toolbar=0,status=0,width=626,height=436');
			return false;
		}
	
		if (button.id === 'facebook_share_button_467') {
			button.onmouseover = function(){
				this.style.color='#fff';
				this.style.borderColor = '#295582';
				this.style.backgroundColor = '#3b5998';
			}
			button.onmouseout = function(){
				this.style.color = '#3b5998';
				this.style.borderColor = '#d8dfea';
				this.style.backgroundColor = '#fff';
			}
		}
	}
	-->
	</script>
	]]></content:encoded>
			<wfw:commentRss>http://www.parkscomputing.com/2011/02/accelerated-c-solutions-moved-to-wordpress/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>More on Accelerated C++ Solutions</title>
		<link>http://www.parkscomputing.com/2003/12/more-on-accelerated-c-solutions/</link>
		<comments>http://www.parkscomputing.com/2003/12/more-on-accelerated-c-solutions/#comments</comments>
		<pubDate>Wed, 03 Dec 2003 22:32:00 +0000</pubDate>
		<dc:creator>Paul Parks</dc:creator>
				<category><![CDATA[Accelerated C++]]></category>
		<category><![CDATA[C#]]></category>

		<guid isPermaLink="false">http://nightowl/?p=10</guid>
		<description><![CDATA[For those of you that have been kind enough to write with regard to the Accelerated C++ Solutions page, I haven&#8217;t forgotten you. I will be updating the site with new chapters Real Soon Now. If you have any suggestions on how to improve the solutions site, please let me know [paul@parkscomputing.com] . Share]]></description>
			<content:encoded><![CDATA[<p>For those of you that have been kind enough to write with regard to the <a href="http://www.parkscomputing.com/acpp/">Accelerated C++ Solutions page</a>, I haven&#8217;t forgotten you. I will be updating the site with new chapters Real Soon Now. If you have any suggestions on how to improve the solutions site, please <a href="mailto:paul@parkscomputing.com?subject=Feedback">let me know</a><span class="printonly"> [paul@parkscomputing.com] </span>.</p>
<a href="http://www.facebook.com/share.php?u=http%3A%2F%2Fwww.parkscomputing.com%2F2003%2F12%2Fmore-on-accelerated-c-solutions%2F&amp;t=More%20on%20Accelerated%20C%2B%2B%20Solutions" id="facebook_share_button_10" style="font-size:11px; line-height:13px; font-family:'lucida grande',tahoma,verdana,arial,sans-serif; text-decoration:none; display: -moz-inline-block; display:inline-block; padding:1px 20px 0 5px; margin: 5px 0; height:15px; border:1px solid #d8dfea; color: #3B5998; background: #fff url(http://b.static.ak.fbcdn.net/images/share/facebook_share_icon.gif) no-repeat top right;">Share</a>
	<script type="text/javascript">
	<!--
	var button = document.getElementById('facebook_share_link_10') || document.getElementById('facebook_share_icon_10') || document.getElementById('facebook_share_both_10') || document.getElementById('facebook_share_button_10');
	if (button) {
		button.onclick = function(e) {
			var url = this.href.replace(/share\.php/, 'sharer.php');
			window.open(url,'sharer','toolbar=0,status=0,width=626,height=436');
			return false;
		}
	
		if (button.id === 'facebook_share_button_10') {
			button.onmouseover = function(){
				this.style.color='#fff';
				this.style.borderColor = '#295582';
				this.style.backgroundColor = '#3b5998';
			}
			button.onmouseout = function(){
				this.style.color = '#3b5998';
				this.style.borderColor = '#d8dfea';
				this.style.backgroundColor = '#fff';
			}
		}
	}
	-->
	</script>
	]]></content:encoded>
			<wfw:commentRss>http://www.parkscomputing.com/2003/12/more-on-accelerated-c-solutions/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Accelerated C++ Solutions</title>
		<link>http://www.parkscomputing.com/2003/06/accelerated-c-solutions/</link>
		<comments>http://www.parkscomputing.com/2003/06/accelerated-c-solutions/#comments</comments>
		<pubDate>Wed, 18 Jun 2003 21:33:00 +0000</pubDate>
		<dc:creator>Paul Parks</dc:creator>
				<category><![CDATA[Accelerated C++]]></category>
		<category><![CDATA[C#]]></category>

		<guid isPermaLink="false">http://nightowl/?p=8</guid>
		<description><![CDATA[>I often recommend the book Accelerated C++ to people who are just beginning to learn the C++ language. One complaint I often hear is that there are no solutions provided for the exercises. This page exists to remedy that problem. Share]]></description>
			<content:encoded><![CDATA[<p>>I often recommend the book <a href="http://www.acceleratedcpp.com/"><i>Accelerated C++</i></a> <span class="printonly"> </span>to people who are just beginning to learn the C++ language. One complaint I often hear is that there are no solutions provided for the exercises. <a href="http://www.parkscomputing.com/acpp/default.aspx">This page</a> <span class="printonly"></span>exists to remedy that problem.
<div class="sectioncontent">      </div>
<a href="http://www.facebook.com/share.php?u=http%3A%2F%2Fwww.parkscomputing.com%2F2003%2F06%2Faccelerated-c-solutions%2F&amp;t=Accelerated%20C%2B%2B%20Solutions" id="facebook_share_button_8" style="font-size:11px; line-height:13px; font-family:'lucida grande',tahoma,verdana,arial,sans-serif; text-decoration:none; display: -moz-inline-block; display:inline-block; padding:1px 20px 0 5px; margin: 5px 0; height:15px; border:1px solid #d8dfea; color: #3B5998; background: #fff url(http://b.static.ak.fbcdn.net/images/share/facebook_share_icon.gif) no-repeat top right;">Share</a>
	<script type="text/javascript">
	<!--
	var button = document.getElementById('facebook_share_link_8') || document.getElementById('facebook_share_icon_8') || document.getElementById('facebook_share_both_8') || document.getElementById('facebook_share_button_8');
	if (button) {
		button.onclick = function(e) {
			var url = this.href.replace(/share\.php/, 'sharer.php');
			window.open(url,'sharer','toolbar=0,status=0,width=626,height=436');
			return false;
		}
	
		if (button.id === 'facebook_share_button_8') {
			button.onmouseover = function(){
				this.style.color='#fff';
				this.style.borderColor = '#295582';
				this.style.backgroundColor = '#3b5998';
			}
			button.onmouseout = function(){
				this.style.color = '#3b5998';
				this.style.borderColor = '#d8dfea';
				this.style.backgroundColor = '#fff';
			}
		}
	}
	-->
	</script>
	]]></content:encoded>
			<wfw:commentRss>http://www.parkscomputing.com/2003/06/accelerated-c-solutions/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

