
Propagate the refactor in Step 10 MathFunctions through all of the steps. Use MathFunctions/MathFunctions.cxx instead of Tutorial.cxx to determine which sqrt library is called. Adds .h files which correspond to their .cxx files by name.
4 lines
51 B
C++
4 lines
51 B
C++
namespace mathfunctions {
|
|
double sqrt(double x);
|
|
}
|