Home › Forums › C Programming › Linker Errors, i do believe i need help › Re: Re: Linker Errors, i do believe i need help
March 20, 2009 at 3:54 pm
#3527
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?
1 2 3 4 5 6 7 8 9 10 11 12 | if(exit=3)<br /> {.....<br /> }<br /> <br /> //This is where i'm confused<br /> //This is where the else if should be first right? Then an else should be right after it?<br /> else if(exit==23){<br /> ...<br /> }<br /> else(exit==46){<br /> ...<br /> } |
And even after that, i still recive errors up the ass. I built this code form the floor. How did these codes slip past?