Is there a limit on number of open files in Windows

Posted by Jimmy J on Stack Overflow See other posts from Stack Overflow or by Jimmy J
Published on 2009-05-15T18:31:08Z Indexed on 2010/05/17 22:30 UTC
Read the original article Hit count: 204

Filed under:
|

I'm opening lots of files with fopen() in VC++ but after a while it fails.

Is there a limit to the number of files you can open simultaneously?

© Stack Overflow or respective owner

Related posts about Windows

Related posts about c++