Please help. I am unable to find the error !!Thanks a lot !! :)
Please help. I am unable to find the error !!#include <iostream> using namespace std; template <class T> void swap(T&x, T&y) { T temp=x; x=y;...
I cant figure out the error. please help?#include <iostream> using namespace std; template <class T> void swap(T& a, T& b) {T temp=a; a=b...
it is not working on windows. i am unable to find the error!!Thanks a lot !!
it is not working on windows. i am unable to find the error!!#include <iostream> using namespace std; class ratio{ public: ratio(int n=0, int d=...
This user does not accept Private Messages