Benji Smith wrote: > Then, because this algorithm needed to be deployed to heterogeneous > environments, a colleague of mine ported my code to C++. He did a > straight transliteration of the code, preserving the same semantics from > the Java to C++. What did he do about the memory allocation? Use a gc in C++?