Need help getting this to work Please do not write it out Ha
Need help getting this to work. Please do not write it out. Have hard time reading people\'s hand writing. Thanks.
write a c++ program that implements and tests the following two functions related to the Calkin-Wilf enumeration of the positive fractions:
Fraction cwfrac(int p); //Returns the fraction in position p in the Calkin-Wilf enumeration.
int cwpos(Fraction f); //Returns the position of the fraction f in the Calkin-Wilf enumeration.
Solution
Since a reference is just an alias, it has exactly the same address as what it refers to, as in the following example:
