Click here to Skip to main content
15,887,962 members
Articles / Desktop Programming / MFC

Bypassing ftell/fseek's 2gb limitation

Rate me:
Please Sign up or sign in to vote.
4.90/5 (14 votes)
29 Jan 20052 min read 90.8K   15  
Instructions on how to implement _fseeki64 and _ftelli64.

Views

Daily Counts

License

This article has no explicit license attached to it but may contain usage terms in the article text or the download files themselves. If in doubt please contact the author via the discussion board below.

A list of licenses authors might use can be found here


Written By
Web Developer
United States United States
I started programming by getting books on BASIC programs from the local library and entering them into QBASIC, and when I was 10 I bought a copy of Visual Basic 5 and started visual development on my 33mhz (talk about long compile times!). After a couple years I decided to learn the language that most professional programs and games were made in: C++. As soon as I learned about the power of pointers, I was addicted to programming for life Wink | ;) .

I've worked on a number of programs since then, including IGCutter, Pockulous, and Freelancer Mod Manager. I've also had the great opportunity to intern at Adobe over a summer; definitely a dream come true Smile | :) .

I'm currently a freshman/sophomore in college, trying to stay awake in boring required classes on Java...

-Matthew Lieder

Comments and Discussions