Posts by Pedro Rossato • 1 point
1 post
-
0
votes0
answers40
viewsQ: Removal of txt files in C++
I made a mergesort sorting program for a giant txt that cannot exceed such a user-defined primary memory limit, and so I had to split 1 txt into several other temps, the problem is, depending on how…