Home Forums C Programming Linker Errors, i do believe i need help Re: Re: Linker Errors, i do believe i need help

#3525
AnnelieSchoenhe
Participant

Before i start, i fortunetly was able to fix the Linker errors. I fear i may have more of them later, but when that time comes, i’ll fix them. Now i have new errors.

Thats the code, now here are the current errors:


In function ‘addition’:
Line 49 :’count’ undeclared (first use in this function
(Each undeclated identifier is reported only once
for each function it appears in.)
In function ‘counting’:
Line 82: syntax error before “else”
Line 84: ‘exit’ undeclared(first use in this function)
At top level:
Line 86: syntax error before ‘}’ token
In function ‘main’:
Line 119: syntax error before “else”


Those are the errors. I don’t understand why the pop up. I fix one, and another two take that one’s place. What in the world is going on?