Forum Replies Created

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • in reply to: Linker Errors, i do believe i need help #3527
    AnnelieSchoenhe
    Participant

    Wait, so the first else after the initial if should be if followed by a else Which is the second else in the statement right?

    And even after that, i still recive errors up the ass. I built this code form the floor. How did these codes slip past?

    in reply to: 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?

Viewing 2 posts - 1 through 2 (of 2 total)