WBM

Junior Member
  • Content count

    22
  • Joined

  • Last visited

Community Reputation

0 Neutral

3 Followers

About WBM

  • Rank
    Member
  1. With these new changes will the services still be provided as was
  2. #include #include class addition { public : inline int sum(int m,int v) //inline { int f=m+v; int *h; //pointer h=&f; return(*h); } inline float sum(float g,float n) //inline { float u=g+n; //pointer float *k; k=&u; return(*k); } } ; int main() { addition x; int a=2,b=3; float c=1.0000,d=2.0000; clrscr(); cout<<"a+b="< } //Code doesn't have a closing bracket??
  3. Anyone know a place for trillium farming or a profile for it?