<?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/"
		>
<channel>
	<title>Comments on: Reverse the words in a sentence &#8211; C++ solution and test code</title>
	<atom:link href="http://www.reviewmylife.co.uk/blog/2008/09/16/reverse-the-words-in-a-sentence-c-solution-and-test-code/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.reviewmylife.co.uk/blog/2008/09/16/reverse-the-words-in-a-sentence-c-solution-and-test-code/</link>
	<description>Technology, life, programming, travel and money.</description>
	<lastBuildDate>Sat, 11 Feb 2012 13:35:44 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: reviewmylife</title>
		<link>http://www.reviewmylife.co.uk/blog/2008/09/16/reverse-the-words-in-a-sentence-c-solution-and-test-code/#comment-5086</link>
		<dc:creator>reviewmylife</dc:creator>
		<pubDate>Sat, 12 Feb 2011 01:06:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.reviewmylife.co.uk/blog/?p=236#comment-5086</guid>
		<description>Hi Brook, Often when interviewers ask a question like this they want you do do the solution using arrays rather than using higher level functions - as that would be too easy!
However if you are ever asked a question like this, it is certainly worth asking if you can use the higher level function if you know them. You might get credit for your knowledge of these APIs, even if they then tell you to solve it without using those functions.</description>
		<content:encoded><![CDATA[<p>Hi Brook, Often when interviewers ask a question like this they want you do do the solution using arrays rather than using higher level functions &#8211; as that would be too easy! </p>
<p>However if you are ever asked a question like this, it is certainly worth asking if you can use the higher level function if you know them. You might get credit for your knowledge of these APIs, even if they then tell you to solve it without using those functions.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brook Monroe</title>
		<link>http://www.reviewmylife.co.uk/blog/2008/09/16/reverse-the-words-in-a-sentence-c-solution-and-test-code/#comment-5083</link>
		<dc:creator>Brook Monroe</dc:creator>
		<pubDate>Fri, 11 Feb 2011 17:33:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.reviewmylife.co.uk/blog/?p=236#comment-5083</guid>
		<description>Is there some requirement that you avoid strtok or strpbrk, either of which would have made this trivial?</description>
		<content:encoded><![CDATA[<p>Is there some requirement that you avoid strtok or strpbrk, either of which would have made this trivial?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

