Search:

Type: Posts; User: slow++

Search: Search took 0.02 seconds.

  1. few errors when compiling one of them is the inverse function what to return

    #include <iostream>
    #include <cmath>
    using namespace std;

    class rational
    {
    public:

    rational();
    rational add(rational);
  2. Thread: Constructor

    by slow++
    Replies
    6
    Views
    974

    actually it is my first day in this website i...

    actually it is my first day in this website i dont really know what kind of help should i expact
  3. Thread: arithematic

    by slow++
    Replies
    5
    Views
    1,116

    arithematic

    member functions add, sub, mul, div that perform basic arithmetic on rational numbers
  4. Thread: Any refrence

    by slow++
    Replies
    2
    Views
    1,031

    Any refrence

    member functions add, sub, mul, div that perform basic arithmetic on rational numbers
  5. Thread: Constructor

    by slow++
    Replies
    6
    Views
    974

    Constructor

    A constructor that accepts a pair of integers corresponding to the numerator and denominator of the rational number. Thus passing in a numerator of 3 and a denominator of 4 would create an object...
Results 1 to 5 of 5