foo.cc: In function ‘int main()’:
foo.cc:36:48: error: ‘IEndlm3’ was not declared in this scope
36 | Complex c1(Re1,Im1),c2(Re2,Im2),c3(Re3,IEndlm3);
| ^~~~~~~
foo.cc:37:19: error: ‘AddRe’ was not declared in this scope; did you mean ‘addRe’?
37 | int addRe=AddRe(c1,c2,c3),addIm=AddIm(c1,c2,c3);
| ^~~~~
| addRe
foo.cc:38:19: error: ‘MulRe’ was not declared in this scope; did you mean ‘mulRe’?
38 | int mulRe=MulRe(c1,c2,c3),mulIm=MulIm(c1,c2,c3);
| ^~~~~
| mulRe
foo.cc:39:12: error: ‘addIm’ was not declared in this scope
39 | if(addIm<0)
| ^~~~~
foo.cc:43:12: error: ‘mulIm’ was not declared in this scope
43 | if(mulIm<0)
| ^~~~~