52 Discussion / Question Topics

Remove Filter
Member Avatar for Diamonddrake

I have written a text editor that sorts lines, I plan to use it with some large files. say about a million lines, ranging between 10 and 75 MB. I am currently testing my app using about a 50mb file with about 900,000 lines. the program adds all the lines …

Member Avatar for LizR
0
363
Member Avatar for Diamonddrake

The title is confusing, I know. What I mean is, I created a note pad (like) program with line sorting functions. I want to be able to associate .txt files in explorer with the program. Currently I modified the Main function to accept command like arguments. and I modified my …

Member Avatar for Diamonddrake
0
220

The End.