<?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"
	>
<channel>
	<title>Comments on: 13.7 &#8212; Random file I/O</title>
	<atom:link href="http://www.learncpp.com/cpp-tutorial/137-random-file-io/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.learncpp.com/cpp-tutorial/137-random-file-io/</link>
	<description></description>
	<pubDate>Wed, 20 Aug 2008 08:45:41 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
		<item>
		<title>By: Sam</title>
		<link>http://www.learncpp.com/cpp-tutorial/137-random-file-io/#comment-20396</link>
		<dc:creator>Sam</dc:creator>
		<pubDate>Sat, 05 Jul 2008 16:22:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.learncpp.com/?p=195#comment-20396</guid>
		<description>Hi, I tried your vowel replacement program. It works for single-line text files, but if there's more than 1 line, the program seems to break down. Even the first line isn't "translated" properly.

Input:
This is line One.
This is line Two.

Output:
This#is#lin# On#.
Thi# i# li#e#Two#

This only thing I changed was the .dat extension to .txt

Seems like the 'new line' character screws up the either the get or put pointer, although this doesn't explain why even the first line isn't working properly.</description>
		<content:encoded><![CDATA[<p>Hi, I tried your vowel replacement program. It works for single-line text files, but if there&#8217;s more than 1 line, the program seems to break down. Even the first line isn&#8217;t &#8220;translated&#8221; properly.</p>
<p>Input:<br />
This is line One.<br />
This is line Two.</p>
<p>Output:<br />
This#is#lin# On#.<br />
Thi# i# li#e#Two#</p>
<p>This only thing I changed was the .dat extension to .txt</p>
<p>Seems like the &#8216;new line&#8217; character screws up the either the get or put pointer, although this doesn&#8217;t explain why even the first line isn&#8217;t working properly.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Learn C++ - &#187; 13.6 &#8212; Basic file I/O</title>
		<link>http://www.learncpp.com/cpp-tutorial/137-random-file-io/#comment-14439</link>
		<dc:creator>Learn C++ - &#187; 13.6 &#8212; Basic file I/O</dc:creator>
		<pubDate>Mon, 05 May 2008 02:34:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.learncpp.com/?p=195#comment-14439</guid>
		<description>[...] 13.7 &#8212; Random file I/O Category Indexes [...]</description>
		<content:encoded><![CDATA[<p>[...] 13.7 &#8212; Random file I/O Category Indexes [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
