Hi Markus, Markus Blatt schrieb am Do, 18. Jan 2007, um 12:53:02 +0100: > - for (size_type i=n-1; i>=0; i--){ > + for (size_type i=n-1; i!=0; i--){ this way you skip the last loop cycle, I guess. Greetings, Sven