A
Aaron Lee
I have written a program that uses quite a few different
dynamic arrays, such as the CArray class. I've noticed
that the compiled code runs quite well on Windows 2K and
XP platforms but it's really adding a ridiculous amount of
time when it's run on windows 98 machines. Before adding
these new code segments, the old program ran slow on the
98 platform. But now it's taking about 3 times longer
than before, while there is a negligable performance hit
on the 2K and XP platforms. Is there a reason for this?
Is there a way to improve this? I tried searching this
newsgroup for similar postings, I apologize if this
subject has already been covered.
Thanks for any information.
dynamic arrays, such as the CArray class. I've noticed
that the compiled code runs quite well on Windows 2K and
XP platforms but it's really adding a ridiculous amount of
time when it's run on windows 98 machines. Before adding
these new code segments, the old program ran slow on the
98 platform. But now it's taking about 3 times longer
than before, while there is a negligable performance hit
on the 2K and XP platforms. Is there a reason for this?
Is there a way to improve this? I tried searching this
newsgroup for similar postings, I apologize if this
subject has already been covered.
Thanks for any information.