FOPEN_MAX is a pre-defined macro that yields the maximum number of files allowed to open simultaneously. It is defined in <cstdio>
This is how it looks like
#define FOPEN_MAX <integer constant expression >= 8>
Have fun!@
FOPEN_MAX is a pre-defined macro that yields the maximum number of files allowed to open simultaneously. It is defined in <cstdio>
This is how it looks like
#define FOPEN_MAX <integer constant expression >= 8>