/in/foo.cc: In function 'int main()':
/in/foo.cc:36:41: error: 'IEndlm3' was not declared in this scope
Complex c1(Re1,Im1),c2(Re2,Im2),c3(Re3,IEndlm3);
^~~~~~~
/in/foo.cc:37:26: error: 'AddRe' was not declared in this scope
int addRe=AddRe(c1,c2,c3),addIm=AddIm(c1,c2,c3);
^
/in/foo.cc:38:26: error: 'MulRe' was not declared in this scope
int mulRe=MulRe(c1,c2,c3),mulIm=MulIm(c1,c2,c3);
^
/in/foo.cc:39:5: error: 'addIm' was not declared in this scope
if(addIm<0)
^~~~~
/in/foo.cc:43:5: error: 'mulIm' was not declared in this scope
if(mulIm<0)
^~~~~