<?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/"
	
	xmlns:georss="http://www.georss.org/georss"
	xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#"
	
	>
<channel>
	<title>
	Comments on: 7 Ways to Get Better at C++ During this Summer	</title>
	<atom:link href="https://www.fluentcpp.com/2017/06/23/7-ways-better-cpp-summer/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.fluentcpp.com/2017/06/23/7-ways-better-cpp-summer/</link>
	<description>Jonathan Boccara&#039;s blog</description>
	<lastBuildDate>Mon, 26 Jun 2017 12:52:00 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.5.3</generator>
	<item>
		<title>
		By: Jonathan Boccara		</title>
		<link>https://www.fluentcpp.com/2017/06/23/7-ways-better-cpp-summer/#comment-367</link>

		<dc:creator><![CDATA[Jonathan Boccara]]></dc:creator>
		<pubDate>Mon, 26 Jun 2017 12:52:00 +0000</pubDate>
		<guid isPermaLink="false">https://www.fluentcpp.com/?p=1398#comment-367</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.fluentcpp.com/2017/06/23/7-ways-better-cpp-summer/#comment-358&quot;&gt;Sandra Sisili&lt;/a&gt;.

I&#039;m not sure I&#039;d go with reading a book cover to cover for getting started with the language, like learning the syntax and stuff.
Books are good for best practices and avoiding pitfalls, but for starting off I&#039;d pick any tutorial on the Internet (I haven&#039;t searched the recent ones). I&#039;d say learn just enough to get going and start implementing a small project, perhaps something you&#039;ve already done in another language so that you don&#039;t have to work out the buiness details and the language at the same time (this is an idea from John Sonmez).
Then when you&#039;re up and running with the basic stuff then get into the more advanced books. I&#039;m planning to publish a reading list for C++ in the coming weeks.
Good luck with your learning of C++ Sandra, and let me know how this goes!]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://www.fluentcpp.com/2017/06/23/7-ways-better-cpp-summer/#comment-358">Sandra Sisili</a>.</p>
<p>I&#8217;m not sure I&#8217;d go with reading a book cover to cover for getting started with the language, like learning the syntax and stuff.<br />
Books are good for best practices and avoiding pitfalls, but for starting off I&#8217;d pick any tutorial on the Internet (I haven&#8217;t searched the recent ones). I&#8217;d say learn just enough to get going and start implementing a small project, perhaps something you&#8217;ve already done in another language so that you don&#8217;t have to work out the buiness details and the language at the same time (this is an idea from John Sonmez).<br />
Then when you&#8217;re up and running with the basic stuff then get into the more advanced books. I&#8217;m planning to publish a reading list for C++ in the coming weeks.<br />
Good luck with your learning of C++ Sandra, and let me know how this goes!</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Jonathan Boccara		</title>
		<link>https://www.fluentcpp.com/2017/06/23/7-ways-better-cpp-summer/#comment-366</link>

		<dc:creator><![CDATA[Jonathan Boccara]]></dc:creator>
		<pubDate>Mon, 26 Jun 2017 12:45:00 +0000</pubDate>
		<guid isPermaLink="false">https://www.fluentcpp.com/?p=1398#comment-366</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.fluentcpp.com/2017/06/23/7-ways-better-cpp-summer/#comment-363&quot;&gt;Michael D Dunayevski&lt;/a&gt;.

Sounds great! Let me know how this went!]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://www.fluentcpp.com/2017/06/23/7-ways-better-cpp-summer/#comment-363">Michael D Dunayevski</a>.</p>
<p>Sounds great! Let me know how this went!</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Jonathan Boccara		</title>
		<link>https://www.fluentcpp.com/2017/06/23/7-ways-better-cpp-summer/#comment-365</link>

		<dc:creator><![CDATA[Jonathan Boccara]]></dc:creator>
		<pubDate>Mon, 26 Jun 2017 12:44:00 +0000</pubDate>
		<guid isPermaLink="false">https://www.fluentcpp.com/?p=1398#comment-365</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.fluentcpp.com/2017/06/23/7-ways-better-cpp-summer/#comment-359&quot;&gt;JenioPY&lt;/a&gt;.

Thanks, really appreciate your feedback. Good luck for this summer then!]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://www.fluentcpp.com/2017/06/23/7-ways-better-cpp-summer/#comment-359">JenioPY</a>.</p>
<p>Thanks, really appreciate your feedback. Good luck for this summer then!</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Jonathan Boccara		</title>
		<link>https://www.fluentcpp.com/2017/06/23/7-ways-better-cpp-summer/#comment-364</link>

		<dc:creator><![CDATA[Jonathan Boccara]]></dc:creator>
		<pubDate>Mon, 26 Jun 2017 12:43:00 +0000</pubDate>
		<guid isPermaLink="false">https://www.fluentcpp.com/?p=1398#comment-364</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.fluentcpp.com/2017/06/23/7-ways-better-cpp-summer/#comment-357&quot;&gt;Twentythree&lt;/a&gt;.

Thanks, I&#039;ll have a look!]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://www.fluentcpp.com/2017/06/23/7-ways-better-cpp-summer/#comment-357">Twentythree</a>.</p>
<p>Thanks, I&#8217;ll have a look!</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Michael D Dunayevski		</title>
		<link>https://www.fluentcpp.com/2017/06/23/7-ways-better-cpp-summer/#comment-363</link>

		<dc:creator><![CDATA[Michael D Dunayevski]]></dc:creator>
		<pubDate>Sun, 25 Jun 2017 19:40:00 +0000</pubDate>
		<guid isPermaLink="false">https://www.fluentcpp.com/?p=1398#comment-363</guid>

					<description><![CDATA[Nice. Very motivating. 
My goals this summer are.
1) learn about sockets and boost asio, implement an http server and deploy a simple web app using it.
2) learn about allocators, implement an object pool and an arena allocator.]]></description>
			<content:encoded><![CDATA[<p>Nice. Very motivating.<br />
My goals this summer are.<br />
1) learn about sockets and boost asio, implement an http server and deploy a simple web app using it.<br />
2) learn about allocators, implement an object pool and an arena allocator.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: JenioPY		</title>
		<link>https://www.fluentcpp.com/2017/06/23/7-ways-better-cpp-summer/#comment-359</link>

		<dc:creator><![CDATA[JenioPY]]></dc:creator>
		<pubDate>Sat, 24 Jun 2017 23:47:00 +0000</pubDate>
		<guid isPermaLink="false">https://www.fluentcpp.com/?p=1398#comment-359</guid>

					<description><![CDATA[First I want to say that I really appreciate what You are doing on this blog. Your materials are really useful and enlightening. There are so many things I would like to learn but finally decided that my goals for this summer are:
1. Getting better, deeper understanding of hardware memory and then channel that knowledge in my everyday programming. I have already found a paper that might help me achieve that goal and it is &quot;What Every Programmer Should Know About Memory&quot; written by Ulrich Drepper. Actually I have already started reading it few days ago and I think that is precisely what I was looking for. I highly recommend it.
2. Learn network programming using sockets and practice it writing some project (probably a messenger, communication tool etc.). The most mentioned introductory book about network programming I found is Beej&#039;s Guide to Network Programming and that I think will be my starting point.
I hope I will be able to do even more, but these are primary ones.]]></description>
			<content:encoded><![CDATA[<p>First I want to say that I really appreciate what You are doing on this blog. Your materials are really useful and enlightening. There are so many things I would like to learn but finally decided that my goals for this summer are:<br />
1. Getting better, deeper understanding of hardware memory and then channel that knowledge in my everyday programming. I have already found a paper that might help me achieve that goal and it is &#8220;What Every Programmer Should Know About Memory&#8221; written by Ulrich Drepper. Actually I have already started reading it few days ago and I think that is precisely what I was looking for. I highly recommend it.<br />
2. Learn network programming using sockets and practice it writing some project (probably a messenger, communication tool etc.). The most mentioned introductory book about network programming I found is Beej&#8217;s Guide to Network Programming and that I think will be my starting point.<br />
I hope I will be able to do even more, but these are primary ones.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Sandra Sisili		</title>
		<link>https://www.fluentcpp.com/2017/06/23/7-ways-better-cpp-summer/#comment-358</link>

		<dc:creator><![CDATA[Sandra Sisili]]></dc:creator>
		<pubDate>Sat, 24 Jun 2017 20:06:00 +0000</pubDate>
		<guid isPermaLink="false">https://www.fluentcpp.com/?p=1398#comment-358</guid>

					<description><![CDATA[Hi Jonathan, Thanks for the good guide.  I am a beginner in C++ and my summer resolution is to improve my  skill in C++ and learn also about ranges. Do you know a good C++ book for beginners? I would appreciate if you give some tips for beginners as well :)]]></description>
			<content:encoded><![CDATA[<p>Hi Jonathan, Thanks for the good guide.  I am a beginner in C++ and my summer resolution is to improve my  skill in C++ and learn also about ranges. Do you know a good C++ book for beginners? I would appreciate if you give some tips for beginners as well 🙂</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Twentythree		</title>
		<link>https://www.fluentcpp.com/2017/06/23/7-ways-better-cpp-summer/#comment-357</link>

		<dc:creator><![CDATA[Twentythree]]></dc:creator>
		<pubDate>Sat, 24 Jun 2017 03:37:00 +0000</pubDate>
		<guid isPermaLink="false">https://www.fluentcpp.com/?p=1398#comment-357</guid>

					<description><![CDATA[Domain Driven Design is great, but I&#039;d recommend reading Implementing Domain Driven Design first! Seeing it in practice really helps the concepts sink in, then reading the theory makes a lot more sense.]]></description>
			<content:encoded><![CDATA[<p>Domain Driven Design is great, but I&#8217;d recommend reading Implementing Domain Driven Design first! Seeing it in practice really helps the concepts sink in, then reading the theory makes a lot more sense.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Jonathan Boccara		</title>
		<link>https://www.fluentcpp.com/2017/06/23/7-ways-better-cpp-summer/#comment-355</link>

		<dc:creator><![CDATA[Jonathan Boccara]]></dc:creator>
		<pubDate>Fri, 23 Jun 2017 16:07:00 +0000</pubDate>
		<guid isPermaLink="false">https://www.fluentcpp.com/?p=1398#comment-355</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.fluentcpp.com/2017/06/23/7-ways-better-cpp-summer/#comment-353&quot;&gt;PaulZeMed&lt;/a&gt;.

Haha, this sounds like a plan! Should&#039;ve included this as an eigth idea :)]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://www.fluentcpp.com/2017/06/23/7-ways-better-cpp-summer/#comment-353">PaulZeMed</a>.</p>
<p>Haha, this sounds like a plan! Should&#8217;ve included this as an eigth idea 🙂</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Jonathan Boccara		</title>
		<link>https://www.fluentcpp.com/2017/06/23/7-ways-better-cpp-summer/#comment-354</link>

		<dc:creator><![CDATA[Jonathan Boccara]]></dc:creator>
		<pubDate>Fri, 23 Jun 2017 16:06:00 +0000</pubDate>
		<guid isPermaLink="false">https://www.fluentcpp.com/?p=1398#comment-354</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.fluentcpp.com/2017/06/23/7-ways-better-cpp-summer/#comment-352&quot;&gt;Eugene Sharlaimov&lt;/a&gt;.

Awesome Eugene!]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://www.fluentcpp.com/2017/06/23/7-ways-better-cpp-summer/#comment-352">Eugene Sharlaimov</a>.</p>
<p>Awesome Eugene!</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
