Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 305 Bytes

README.md

File metadata and controls

7 lines (5 loc) · 305 Bytes

Instructions

  • convert the Complex.hpp header into a module named 'math'
    • you will need to rename Complex.hpp into Complex.cpp, since it is a translation unit now
    • you will need to edit the Makefile and add a new target to compile Complex.cpp
  • import the module math from main.cpp