banned for clubbing... walrusses. babyseals, anything.. i heartily disapprove of clubbing, and weak arguments about about chicken bones just don`t apply.. BANNED!
banned for not knowing that other members are streetwise too..you don`t have to be cia for that, and you don`t need a club..
Banned for Code: #include <iostream.h> #include <stdlib.h> int main() { int i = 1, j = 3; //ERROR: swap not declared swap(i, j); cout << “i =” << i << endl; return EXIT_SUCCESS; } void swap(int& a, int& b) { int t; t = a; a = b; b = t; }