Re: file length...
From: Alex Vinokur (alexvn_at_big-foot.com)
Date: 02/15/05
- Next message: Richard Bos: "Re: [Troll Alert] Re: C or C++ as a second language?"
- Previous message: Alex Vinokur: "Re: file length..."
- In reply to: Alex Vinokur: "Re: file length..."
- Next in thread: Dietmar Kuehl: "Re: file length..."
- Reply: Dietmar Kuehl: "Re: file length..."
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Tue, 15 Feb 2005 09:52:57 +0200
"Alex Vinokur" <alexvn@big-foot.com> wrote in message news:37dns0F58qqulU1@individual.net...
[snip]
Once more method of getting file size.
> std::streampos len = ifs.rdbuf()->pubseekoff (0,ios::end,ios::in)));
> ifs.rdbuf()->pubseekpos (0,ios::in);
>
[snip]
Various methods of getting file size can be seen at
http://groups-beta.google.com/group/alt.sources/msg/41464ce8b75f8417
--
Alex Vinokur
email: alex DOT vinokur AT gmail DOT com
http://mathforum.org/library/view/10978.html
http://sourceforge.net/users/alexvn
- Next message: Richard Bos: "Re: [Troll Alert] Re: C or C++ as a second language?"
- Previous message: Alex Vinokur: "Re: file length..."
- In reply to: Alex Vinokur: "Re: file length..."
- Next in thread: Dietmar Kuehl: "Re: file length..."
- Reply: Dietmar Kuehl: "Re: file length..."
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|