cplusplus
.com
TUTORIALS
REFERENCE
ARTICLES
FORUM
C++
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs
Forum
Beginners
declaring vectors issue
Page 2
declaring vectors issue
Pages:
1
2
Mar 13, 2011 at 4:25pm UTC
hanst99
(2869)
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.
Mar 13, 2011 at 4:36pm UTC
Blessman11
(370)
by operations what do you mean?
Mar 13, 2011 at 6:07pm UTC
hamsterman
(4538)
code other than declarations or definitions.
Topic archived. No new replies allowed.
Pages:
1
2