declaring vectors issue

Pages: 12
Well, this is a problem. You can't have operations outside functions in C++, so the compiler thinks you are trying to declare variables or functions there. That explains the compiler errors.
by operations what do you mean?
code other than declarations or definitions.
Topic archived. No new replies allowed.
Pages: 12