4/16/08

What should you be aware of if you design a program that runs days/weeks/months/years?

When your program should run for a long time, you should be careful about heap allocations, because if you use new/delete intensively in your application, the memory becomes highly fragmented with a time. It is better to allocate all necessary memory in this case that many times small blocks. You should be especially careful about CString class which allocates permanent

No comments:

ITUCU