<?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: C++ ifstream and the 2 GB Limit</title>
	<atom:link href="http://virtuallyshocking.com/2008/04/02/c-ifstream-and-the-2-gb-limit/feed/" rel="self" type="application/rss+xml" />
	<link>http://virtuallyshocking.com/2008/04/02/c-ifstream-and-the-2-gb-limit/</link>
	<description>Not actually all that shocking.</description>
	<lastBuildDate>Wed, 10 Mar 2010 13:26:17 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: k4r1m</title>
		<link>http://virtuallyshocking.com/2008/04/02/c-ifstream-and-the-2-gb-limit/comment-page-1/#comment-65293</link>
		<dc:creator>k4r1m</dc:creator>
		<pubDate>Wed, 16 Jul 2008 18:32:24 +0000</pubDate>
		<guid isPermaLink="false">http://virtuallyshocking.com/2008/04/02/c-ifstream-and-the-2-gb-limit/#comment-65293</guid>
		<description>Did you try your C I/O code on your Mac? Because on my Mac (using leopard), it seems that fseek/ftell are also limited by the 2GB threshold...</description>
		<content:encoded><![CDATA[<p>Did you try your C I/O code on your Mac? Because on my Mac (using leopard), it seems that fseek/ftell are also limited by the 2GB threshold&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Calculating Large Numbers in C</title>
		<link>http://virtuallyshocking.com/2008/04/02/c-ifstream-and-the-2-gb-limit/comment-page-1/#comment-51799</link>
		<dc:creator>Calculating Large Numbers in C</dc:creator>
		<pubDate>Thu, 03 Apr 2008 20:10:15 +0000</pubDate>
		<guid isPermaLink="false">http://virtuallyshocking.com/2008/04/02/c-ifstream-and-the-2-gb-limit/#comment-51799</guid>
		<description>[...] Comments Rob on C++ ifstream and the 2 GB LimitRob on C++ ifstream and the 2 GB LimitAmanda on Moving to MySpaceAdvanced Bash Scripting on Using [...]</description>
		<content:encoded><![CDATA[<p>[...] Comments Rob on C++ ifstream and the 2 GB LimitRob on C++ ifstream and the 2 GB LimitAmanda on Moving to MySpaceAdvanced Bash Scripting on Using [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rob</title>
		<link>http://virtuallyshocking.com/2008/04/02/c-ifstream-and-the-2-gb-limit/comment-page-1/#comment-51738</link>
		<dc:creator>Rob</dc:creator>
		<pubDate>Thu, 03 Apr 2008 01:38:10 +0000</pubDate>
		<guid isPermaLink="false">http://virtuallyshocking.com/2008/04/02/c-ifstream-and-the-2-gb-limit/#comment-51738</guid>
		<description>Just to clarify, open the file with the large file attribute, and then pass it to one of these classes.</description>
		<content:encoded><![CDATA[<p>Just to clarify, open the file with the large file attribute, and then pass it to one of these classes.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rob</title>
		<link>http://virtuallyshocking.com/2008/04/02/c-ifstream-and-the-2-gb-limit/comment-page-1/#comment-51737</link>
		<dc:creator>Rob</dc:creator>
		<pubDate>Thu, 03 Apr 2008 01:37:17 +0000</pubDate>
		<guid isPermaLink="false">http://virtuallyshocking.com/2008/04/02/c-ifstream-and-the-2-gb-limit/#comment-51737</guid>
		<description>Josuttis, never leave home without it.

For output buffers:
http://www.josuttis.com/libbook/toc.html
http://www.josuttis.com/libbook/io/outbuf2.hpp.html

For input buffers:
http://www.josuttis.com/libbook/io/inbuf1.hpp.html

This code should also do the trick:
http://www-f9.ijs.si/~matevz/docs/C++/annotations-5.2.0a/cplusplus19.html</description>
		<content:encoded><![CDATA[<p>Josuttis, never leave home without it.</p>
<p>For output buffers:<br />
<a href="http://www.josuttis.com/libbook/toc.html" rel="nofollow">http://www.josuttis.com/libbook/toc.html</a><br />
<a href="http://www.josuttis.com/libbook/io/outbuf2.hpp.html" rel="nofollow">http://www.josuttis.com/libbook/io/outbuf2.hpp.html</a></p>
<p>For input buffers:<br />
<a href="http://www.josuttis.com/libbook/io/inbuf1.hpp.html" rel="nofollow">http://www.josuttis.com/libbook/io/inbuf1.hpp.html</a></p>
<p>This code should also do the trick:<br />
<a href="http://www-f9.ijs.si/~matevz/docs/C++/annotations-5.2.0a/cplusplus19.html" rel="nofollow">http://www-f9.ijs.si/~matevz/docs/C++/annotations-5.2.0a/cplusplus19.html</a></p>
]]></content:encoded>
	</item>
</channel>
</rss>
