Code::Blocks Forums

Developer forums (C::B DEVELOPMENT STRICTLY!) => Contributions to C::B => Topic started by: Alex-Rus on July 27, 2016, 02:10:49 pm

Title: IO libs (stdio.h) limit (NTFS) -- CB v.16.01 (gcc 4.9.2)
Post by: Alex-Rus on July 27, 2016, 02:10:49 pm
under WXP/NTFS, console exe C project:
fwrite(...) from <stdio.h> -- CB v.16.01 (gcc 4.9.2)
can't write more then ~46-48GB file (don't remember exactly size for now)
NB: read not checked jet ...

Is it CB, or gcc libs, or ... limit?

PS: Sorry if apparently for all, just I coded on C <~2000 last time...
Title: Re: IO libs (stdio.h) limit (NTFS) -- CB v.16.01 (gcc 4.9.2)
Post by: BlueHazzard on July 27, 2016, 03:27:25 pm
http://wiki.codeblocks.org/index.php/FAQ-General#Q:_What_Code::Blocks_is_not.3F

your question is a libc (or with mingw a  msvcrt)  topic and has nothing to do with c::b per se...