.: Home : Development History : Re-writing the spitter :.
Re-writing the spitter:
I decided to rewrite the whole code in C++ and to figure out how to handle
files. Turns out it's really easy and I should have never written the
spitter in QB. The quality of the code in QB wasn't too great since I
coded most everything on the fly. In the C++ version some parts, I sat
down and planed while other parts where coded on the fly. I wasn't too worried about the efficiency of the code since
by the nature of a spitter you aren't running it over and over again!