0_0_2991572_16760.cpp: In function `frac operator+(frac, frac)':
0_0_2991572_16760.cpp:386: error: no matching function for call to `frac::frac()'
0_0_2991572_16760.cpp:381: note: candidates are: frac::frac(const frac&)
0_0_2991572_16760.cpp: In function `frac operator-(frac, frac)':
0_0_2991572_16760.cpp:396: error: no matching function for call to `frac::frac()'
0_0_2991572_16760.cpp:381: note: candidates are: frac::frac(const frac&)
0_0_2991572_16760.cpp: In function `frac operator*(frac, frac)':
0_0_2991572_16760.cpp:406: error: no matching function for call to `frac::frac()'
0_0_2991572_16760.cpp:381: note: candidates are: frac::frac(const frac&)
0_0_2991572_16760.cpp: In function `frac operator/(frac, frac)':
0_0_2991572_16760.cpp:416: error: no matching function for call to `frac::frac()'
0_0_2991572_16760.cpp:381: note: candidates are: frac::frac(const frac&)
0_0_2991572_16760.cpp: At global scope:
0_0_2991572_16760.cpp:445: error: no matching function for call to `frac::frac()'
0_0_2991572_16760.cpp:381: note: candidates are: frac::frac(const frac&)
0_0_2991572_16760.cpp:445: error: no matching function for call to `frac::frac()'
0_0_2991572_16760.cpp:381: note: candidates are: frac::frac(const frac&)
0_0_2991572_16760.cpp: In function `int gauss_cpivot(int, frac (*)[105], frac*)':
0_0_2991572_16760.cpp:449: error: no matching function for call to `frac::frac()'
0_0_2991572_16760.cpp:381: note: candidates are: frac::frac(const frac&)
0_0_2991572_16760.cpp:449: error: no matching function for call to `frac::frac()'
0_0_2991572_16760.cpp:381: note: candidates are: frac::frac(const frac&)
|