Search:

Type: Posts; User: acoelho74

Search: Search took 0.01 seconds.

  1. Replies
    4
    Views
    2,645

    A little more details... I'm developing a...

    A little more details...

    I'm developing a system that must open and process text files with more than 2Gb of data.

    I tried to open this files with the fopen() and ifstream() functions, but it...
  2. Replies
    4
    Views
    2,645

    Problems openning huge files

    Dear friends,

    I have a huge problem. I must open files greater than 2Gb in a C program, but I could not do this with the fopen() or ifstream().

    How can I open and read big files like that?...
Results 1 to 2 of 2