hello everyone
i have a large text file (about 5 GB) and with a program i should edit it with given information by user. when i use ordinary c++ functions related to files, it gives me error for that large file, however it works properly for a small text file.
how can i solve this problem? is there some special functions for large txt files?
Thanks & Regards