User: KillerWang

  • Public profile

User profile: KillerWang

User info
User name:KillerWang
History
Joined:
Number of posts:1
Latest posts:

how to do swapping???
It is so easy.u can use XOR(^). For example: [output] void swap(int &a, int &b) { a = a ^ b; ...

This user does not accept Private Messages