On Dec 21, 2007 2:23 PM, Thomas Hruska <[EMAIL PROTECTED]> wrote: > An easier way to swap two variables is to use a function template in C++: [snip]
Well if you're moving to C++, then an even easier way is to use std::swap() and don't (re-)implement anything. -- PJH "Statistics are like a bikini. What they reveal is suggestive, but what they conceal is vital" -- Aaron Levenstein
