Return Styles: Pseud0ch, Terminal, Valhalla, NES, Geocities, Blue Moon. Entire thread

gonna release my compressor soon

Name: Anonymous 2008-09-07 20:27

My compressor is awesome. You can take its output and run it through it again and it'll compress it even more. I get about 1% per run after the first run. Except it takes exponential time in the number of runs. So it gets pretty slow by the 4th run.

Name: Anonymous 2008-09-10 2:27

>>14
Use references, faggot, and give parameters lower case names.


void Compress(CFILE& in, CFILE& out, DWORD size)
{
    for(DWORD i = 0; i < size; ++i)
        out.PutByte(in.GetByte() & 0x00);
}

Newer Posts
Don't change these.
Name: Email:
Entire Thread Thread List