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 7:36 pm
#3528
JonathaThurston
Participant
Here read http://www.cprogramming.com/tutorial/c/lesson2.html for information on if/else statments, and your if should be
1 | if(exit == 3) not if(exit = 3e) |
as what you did assigns 3 to exit.