C++Talk.NET Forum Index C++Talk.NET
C++ language newsgroups
 
Archives   FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

Re: C++0x and file I/O

 
Post new topic   Reply to topic    C++Talk.NET Forum Index -> C++ language, library and standards
View previous topic :: View next topic  
Author Message
Michiel.Salters@tomtom.co
Guest





PostPosted: Mon Jan 23, 2006 11:45 pm    Post subject: Re: C++0x and file I/O Reply with quote




Earl Purple wrote:
Quote:
Lasse Kärkkäinen / Tronic wrote:
Hi,

While people are getting all excited of new features that will extend the
language, I'm more worried about basic stuff that is important in a very
large number of applications: file I/O.

Best option is to define your own traits class (which you can use only
for big files) with these definitions:

#if defined _WIN32
typedef __int64 off_type;
#elif defined _WIN64
typedef __int64 off_type;
#else
typedef long long off_type;
#endif

or whatever fits the platforms you are writing for.

That won't help if the OS or the C++ library vendor keep the file API's
at 32 bits.
And if both provide proper 64-bits APIs, the TS doesn't need your
classes.

HTH,
Michiel Salters


---
[ comp.std.c++ is moderated. To submit articles, try just posting with ]
[ your news-reader. If that fails, use mailto:std-c++@ncar.ucar.edu ]
[ --- Please see the FAQ before posting. --- ]
[ FAQ: http://www.jamesd.demon.co.uk/csc/faq.html ]


Back to top
Earl Purple
Guest





PostPosted: Tue Jan 24, 2006 3:56 pm    Post subject: Re: C++0x and file I/O Reply with quote




[email]Michiel.Salters (AT) tomtom (DOT) com[/email] wrote:
Quote:
Earl Purple wrote:
Lasse Kärkkäinen / Tronic wrote:
Hi,

While people are getting all excited of new features that will extend the
language, I'm more worried about basic stuff that is important in a very
large number of applications: file I/O.

Best option is to define your own traits class (which you can use only
for big files) with these definitions:

#if defined _WIN32
typedef __int64 off_type;
#elif defined _WIN64
typedef __int64 off_type;
#else
typedef long long off_type;
#endif

or whatever fits the platforms you are writing for.

That won't help if the OS or the C++ library vendor keep the file API's
at 32 bits.
And if both provide proper 64-bits APIs, the TS doesn't need your
classes.

It has helped me with files that are between 2 GB and 4GB. You'd need
an O/S change to allow files of more than 4GB.


---
[ comp.std.c++ is moderated. To submit articles, try just posting with ]
[ your news-reader. If that fails, use mailto:std-c++@ncar.ucar.edu ]
[ --- Please see the FAQ before posting. --- ]
[ FAQ: http://www.jamesd.demon.co.uk/csc/faq.html ]


Back to top
Display posts from previous:   
Post new topic   Reply to topic    C++Talk.NET Forum Index -> C++ language, library and standards All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB © 2001, 2006 phpBB Group
SEO toolkit © 2004-2006 webmedic.