I finally have my whole program done for school... but when I add the final loop to run until the user presses ctrl-z I now get compile time errors... I don't know how else to work this in though.
Code:#include "complex.h" using namespace std; int main() { Complex complex; //while (complex != EOF){ cout << "Enter complex number (^Z to end): "; cin >> complex; cout << complex; //} return 0; }



LinkBack URL
About LinkBacks


