21.03.2013, 17:14
Yup. There is no sense in compiling further if there are so many errors already. Also if your brackets are screwed up, compiler won't know which scope is real anymore, variables will leak to global scope, and bad stuff will happen. Keep fixing errors line by line, bracket by bracket.