<?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: How to split a string in C++	</title>
	<atom:link href="https://www.fluentcpp.com/2017/04/21/how-to-split-a-string-in-c/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.fluentcpp.com/2017/04/21/how-to-split-a-string-in-c/</link>
	<description>Jonathan Boccara&#039;s blog</description>
	<lastBuildDate>Thu, 21 Nov 2019 14:15:39 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.5.3</generator>
	<item>
		<title>
		By: tanisha_1469643458		</title>
		<link>https://www.fluentcpp.com/2017/04/21/how-to-split-a-string-in-c/#comment-1495</link>

		<dc:creator><![CDATA[tanisha_1469643458]]></dc:creator>
		<pubDate>Tue, 27 Nov 2018 07:38:00 +0000</pubDate>
		<guid isPermaLink="false">https://www.fluentcpp.com/?p=1014#comment-1495</guid>

					<description><![CDATA[This is a truly interesting, informative and enriching article on C++ programming. Here I would like to share the information for students who want to become software developers &#038; learn .Net, Java, Python language. DTA offers the best courses for all subjects. For Demo Classes, Fees and timing visit- https://www.dtacademy.in/]]></description>
			<content:encoded><![CDATA[<p>This is a truly interesting, informative and enriching article on C++ programming. Here I would like to share the information for students who want to become software developers &amp; learn .Net, Java, Python language. DTA offers the best courses for all subjects. For Demo Classes, Fees and timing visit- <a href="https://www.dtacademy.in/" rel="nofollow ugc">https://www.dtacademy.in/</a></p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Jonathan Boccara		</title>
		<link>https://www.fluentcpp.com/2017/04/21/how-to-split-a-string-in-c/#comment-1481</link>

		<dc:creator><![CDATA[Jonathan Boccara]]></dc:creator>
		<pubDate>Thu, 22 Nov 2018 12:56:00 +0000</pubDate>
		<guid isPermaLink="false">https://www.fluentcpp.com/?p=1014#comment-1481</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.fluentcpp.com/2017/04/21/how-to-split-a-string-in-c/#comment-1472&quot;&gt;qneill&lt;/a&gt;.

You&#039;re right, thanks, this is now fixed!]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://www.fluentcpp.com/2017/04/21/how-to-split-a-string-in-c/#comment-1472">qneill</a>.</p>
<p>You&#8217;re right, thanks, this is now fixed!</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: qneill		</title>
		<link>https://www.fluentcpp.com/2017/04/21/how-to-split-a-string-in-c/#comment-1472</link>

		<dc:creator><![CDATA[qneill]]></dc:creator>
		<pubDate>Fri, 16 Nov 2018 18:17:00 +0000</pubDate>
		<guid isPermaLink="false">https://www.fluentcpp.com/?p=1014#comment-1472</guid>

					<description><![CDATA[(Thanks for the useful post!)

Umm, I think the code at the end of 1.2 under &quot;Now to split with semicolon for instance:&quot; should be populated with &#039;;&#039; characters and not &#039;,&#039; unless I&#039;m missing something.]]></description>
			<content:encoded><![CDATA[<p>(Thanks for the useful post!)</p>
<p>Umm, I think the code at the end of 1.2 under &#8220;Now to split with semicolon for instance:&#8221; should be populated with &#8216;;&#8217; characters and not &#8216;,&#8217; unless I&#8217;m missing something.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Jonathan Boccara		</title>
		<link>https://www.fluentcpp.com/2017/04/21/how-to-split-a-string-in-c/#comment-1226</link>

		<dc:creator><![CDATA[Jonathan Boccara]]></dc:creator>
		<pubDate>Fri, 17 Aug 2018 15:15:00 +0000</pubDate>
		<guid isPermaLink="false">https://www.fluentcpp.com/?p=1014#comment-1226</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.fluentcpp.com/2017/04/21/how-to-split-a-string-in-c/#comment-1223&quot;&gt;Clayton Wong&lt;/a&gt;.

Hi Clayton, the inheritance does not cause a problem in itself, but deleting a base pointer without a virtual destructor would be undefined behaviour, and that would be a problem. But that&#039;s not what the code is doing.

To read more about this discussion, I suggest you check the two paragraphs of the article that deal with this question. You can find them by searching for &quot;the inheritance does not cause a problem in itself&quot;]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://www.fluentcpp.com/2017/04/21/how-to-split-a-string-in-c/#comment-1223">Clayton Wong</a>.</p>
<p>Hi Clayton, the inheritance does not cause a problem in itself, but deleting a base pointer without a virtual destructor would be undefined behaviour, and that would be a problem. But that&#8217;s not what the code is doing.</p>
<p>To read more about this discussion, I suggest you check the two paragraphs of the article that deal with this question. You can find them by searching for &#8220;the inheritance does not cause a problem in itself&#8221;</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Clayton Wong		</title>
		<link>https://www.fluentcpp.com/2017/04/21/how-to-split-a-string-in-c/#comment-1223</link>

		<dc:creator><![CDATA[Clayton Wong]]></dc:creator>
		<pubDate>Wed, 15 Aug 2018 18:38:00 +0000</pubDate>
		<guid isPermaLink="false">https://www.fluentcpp.com/?p=1014#comment-1223</guid>

					<description><![CDATA[Hi, is it safe for WordDelimitedByCommas to inherit from std::string?  I don&#039;t think std::string has a virtual destructor, so this would cause memory leak, since destructor stack unwinding would not be performed for the base.  Thanks, Clayton]]></description>
			<content:encoded><![CDATA[<p>Hi, is it safe for WordDelimitedByCommas to inherit from std::string?  I don&#8217;t think std::string has a virtual destructor, so this would cause memory leak, since destructor stack unwinding would not be performed for the base.  Thanks, Clayton</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: AndreSomers		</title>
		<link>https://www.fluentcpp.com/2017/04/21/how-to-split-a-string-in-c/#comment-1150</link>

		<dc:creator><![CDATA[AndreSomers]]></dc:creator>
		<pubDate>Tue, 24 Jul 2018 08:45:00 +0000</pubDate>
		<guid isPermaLink="false">https://www.fluentcpp.com/?p=1014#comment-1150</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.fluentcpp.com/2017/04/21/how-to-split-a-string-in-c/#comment-889&quot;&gt;Perttu Lehtinen&lt;/a&gt;.

Indeed. Or, depending what you want to do with the results, you can use QString::splitRef instead, yielding you a vector of lightweight QStringRefs in stead of a list of (heavier) QString objects.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://www.fluentcpp.com/2017/04/21/how-to-split-a-string-in-c/#comment-889">Perttu Lehtinen</a>.</p>
<p>Indeed. Or, depending what you want to do with the results, you can use QString::splitRef instead, yielding you a vector of lightweight QStringRefs in stead of a list of (heavier) QString objects.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Tamir Bahar		</title>
		<link>https://www.fluentcpp.com/2017/04/21/how-to-split-a-string-in-c/#comment-1147</link>

		<dc:creator><![CDATA[Tamir Bahar]]></dc:creator>
		<pubDate>Sun, 22 Jul 2018 12:17:00 +0000</pubDate>
		<guid isPermaLink="false">https://www.fluentcpp.com/?p=1014#comment-1147</guid>

					<description><![CDATA[I think it might be beneficial to change the ordering of the solutions.
A lot of developers will read the first implementation, copy it to their code, and be done with it.
Putting libraries at the top is more likely to convince developers to use them.]]></description>
			<content:encoded><![CDATA[<p>I think it might be beneficial to change the ordering of the solutions.<br />
A lot of developers will read the first implementation, copy it to their code, and be done with it.<br />
Putting libraries at the top is more likely to convince developers to use them.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Marco Grubert		</title>
		<link>https://www.fluentcpp.com/2017/04/21/how-to-split-a-string-in-c/#comment-1094</link>

		<dc:creator><![CDATA[Marco Grubert]]></dc:creator>
		<pubDate>Thu, 05 Jul 2018 19:28:00 +0000</pubDate>
		<guid isPermaLink="false">https://www.fluentcpp.com/?p=1014#comment-1094</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.fluentcpp.com/2017/04/21/how-to-split-a-string-in-c/#comment-238&quot;&gt;kamah&lt;/a&gt;.

Fine for occasional use. If you need high performance then you&#039;ll find the regex approach is very slow compared to other solutions.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://www.fluentcpp.com/2017/04/21/how-to-split-a-string-in-c/#comment-238">kamah</a>.</p>
<p>Fine for occasional use. If you need high performance then you&#8217;ll find the regex approach is very slow compared to other solutions.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: gru74ik		</title>
		<link>https://www.fluentcpp.com/2017/04/21/how-to-split-a-string-in-c/#comment-1088</link>

		<dc:creator><![CDATA[gru74ik]]></dc:creator>
		<pubDate>Tue, 03 Jul 2018 14:56:00 +0000</pubDate>
		<guid isPermaLink="false">https://www.fluentcpp.com/?p=1014#comment-1088</guid>

					<description><![CDATA[Thank you, Jonathan. Very helpful article.]]></description>
			<content:encoded><![CDATA[<p>Thank you, Jonathan. Very helpful article.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: jft		</title>
		<link>https://www.fluentcpp.com/2017/04/21/how-to-split-a-string-in-c/#comment-1035</link>

		<dc:creator><![CDATA[jft]]></dc:creator>
		<pubDate>Fri, 01 Jun 2018 18:11:00 +0000</pubDate>
		<guid isPermaLink="false">https://www.fluentcpp.com/?p=1014#comment-1035</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.fluentcpp.com/2017/04/21/how-to-split-a-string-in-c/#comment-739&quot;&gt;AGN&lt;/a&gt;.

What&#039;s that they say about a camel? Oh yes, a camel is a horse designed by a committee (or working group!).]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://www.fluentcpp.com/2017/04/21/how-to-split-a-string-in-c/#comment-739">AGN</a>.</p>
<p>What&#8217;s that they say about a camel? Oh yes, a camel is a horse designed by a committee (or working group!).</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
