driver.cpp:3: error: expected unqualified-id before "using"
driver.cpp:3: error: expected `,' or `;' before "using"
driver.cpp:12: error: `cout' undeclared (first use this function)
driver.cpp:12: error: `endl' undeclared (first use this function)
driver.cpp:14: error: `cin' undeclared (first use this function)
driver.cpp:29: error: `cout' undeclared (first use this function)
I've included everything I need to, so I'm not sure why I'm getting this error... Here's what I have defined in my .cpp (ComplexNumber.h is my custom header file: