Quote Originally Posted by originalfamousjohnsmith View Post
Well, I don't want to post all the code. This is part of something I will sell some day, and I might make parts of it open source
You can find out exactly what's slow by using a profiler. That's what they're there for, so that you don't waste time guessing what is slow, and thus writing code that will make no difference in speed.

You also still haven't mentioned which compiler you're using and version.

Regards,

Paul McKenzie