Is there any limitation on size of file which can be opened and processed in C++

Hello Team,

I am having a 70 MB file and I am opening it and processing the files ...But I am facing issues with that , like I am getting error as mentioned below :

File failed:
: basic_ios::clear

So I want to know, is there any restricting on size of file which can be opened and processed .

I would be really thankful , if I can get any input on this.

With Best Regards,
Jinu
Last edited on
Yes, there are limits in certain circumstances. However, opening a 70MB file is a trivial matter. I would not expect errors here.
Thankyou for the Inputs...:)
U can post your source?
Topic archived. No new replies allowed.