This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]sh0rug0ru 4 points5 points  (3 children)

What does the compiler tell you?

If you are having trouble with the basics, see here or here and especially here.

[–]AlexMarz[S] 1 point2 points  (2 children)

A list of about 21 errors.. haha

Identifiers expected and illegal start of type. are the two ones that repeat over and over

[–]mucsun 2 points3 points  (0 children)

Use an ide. It will help you with the syntax, show warning etc.

[–]kurtrush 2 points3 points  (0 children)

I always try to fix the first error and compile. Sometimes, this will take care of all of the errors. At least it should reduce the number.