What you've learned

You should now know how to:

  • Develop a new C++ library.
  • Test a C++ library, ensuring it does not regress functionally.

Knowledge Check

Which tool can ease the development, configuration, and build of your C++ project on different platforms?

When should you use unit testing ?

Is there a requirement to rewrite the operators to support Matrices with different data types?


Back
Next