mr orion77
12-08-2003, 11:21 AM
i dont have much c experience and i have to do a project using this code as a starting guide but i keep getting 'parse error on line 56' of my code. can someone enlighten me?
|
Click to See Complete Forum and Search --> : parse error i cant fix mr orion77 12-08-2003, 11:21 AM i dont have much c experience and i have to do a project using this code as a starting guide but i keep getting 'parse error on line 56' of my code. can someone enlighten me? eyceguy 12-08-2003, 11:30 AM umm is this the right file??? i was wondering because there are only 51 lines in this file :confused: mr orion77 12-08-2003, 12:45 PM thats odd, its line 50 then. hmm maybe its a mess up in kate. i'll have another look at it and see what happens. thanx 4 replying anyway. tecknophreak 12-08-2003, 02:21 PM place a } after line 23 and before 24. mr orion77 12-08-2003, 04:46 PM hee hee thats what was missed out, thanx tecknophreak ;) tecknophreak 12-10-2003, 10:22 AM Two hints for programming C/C++: 1. If you get a parse error at the end of your file, it usually means that you forgot a } . 2. If you get a parse error in the middle of your code somewhere, followed by a crap load of errors, it usually means that you forgot a ) . justlinux.com
Copyright Internet.com Inc. All Rights Reserved. |