When memory is released via the C++ "delete" operator, is memory every released back to the OS (as it is when "free" is used in C)? Kevin ========================== Problem Solving Algorithm: 1) Write down problem 2) Think really hard 3) Write down answer - Richard Feynman