Re: file length...

From: Alex Vinokur (alexvn_at_big-foot.com)
Date: 02/15/05


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


Relevant Pages