Reply to thread

[code]void swap(int &a, int &b) {

         a^=(b^=(a^=b));

}[/code]


Back
Top Bottom