We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
i use uvision,,,,when i make my project i get error 65 missing ;. say what it mean getp
No. The compiler is saying that a semicolon at the indicated location would have been acceptable. But right now, the compiler found other strange things there. Why spend time trying to figure out exactly what it found, when a developer (especially the one who did write the code) who do knows C (or C++ or whatever) should be able to figure that out within seconds?
Sure. However, I think a much more reasonable error message would be something along the lines of "I gave up trying to translate your code at line X because I couldn't make sense of it any more, probably due to your having made a mistake on this or a preceding line".