EarthsHero
Sep 28 2003, 05:54 PM
When ever i copile something it says "parce error" and then shows me what line its on! And i cant seem to see whats wrong with it
coder
Oct 1 2003, 01:13 PM
look for missing ";" or possibly some extra breaklines where they shouldn't be. what compiler are you using?
ShadowRun
Oct 1 2003, 10:41 PM
i think you are talking about "parse error"
before code is compiled it's parsed
it means checking synthax and other things
generaly in most cases it's missing sign like EarthsHero said
for example ";"
it can be also misspelled name of variable, type
instead of name, integer
you wrote naem, intiger
look for loop if etc. not closed
also check brackets & so on & so on
good luck
yes, in common it is ";" at the end, or missng one, check carefully..
and Ultraedit highlights it
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please
click here.