|
|||||||
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
#1 |
|
Member (10 bit)
|
what could cause these errors??
Code:
lab7a.cpp:19: parse error at end of input board.cpp:5: cannot declare member function `hall::eatery::board::board' within `hall::eatery' board.cpp:40: cannot declare member function `hall::eatery::board::play' within `hall::eatery' board.cpp:84: cannot declare member function `hall::eatery::board::preturn' with in `hall::eatery' board.cpp:111: cannot declare member function `hall::eatery::board::removeplayer ' within `hall::eatery' board.cpp:128: parse error at end of input In file included from square.cpp:3: /usr/local/lib/gcc-lib/sparc-sun-solaris2.8/2.95.3/../../../../include/g++-3/iom anip.h:33: parse error before string constant /usr/local/lib/gcc-lib/sparc-sun-solaris2.8/2.95.3/../../../../include/g++-3/iom anip.h:49: syntax error before `operator' /usr/local/lib/gcc-lib/sparc-sun-solaris2.8/2.95.3/../../../../include/g++-3/iom anip.h:51: missing ';' before right brace /usr/local/lib/gcc-lib/sparc-sun-solaris2.8/2.95.3/../../../../include/g++-3/iom anip.h:54: parse error before `&' /usr/local/lib/gcc-lib/sparc-sun-solaris2.8/2.95.3/../../../../include/g++-3/iom anip.h:54: `hall::operator >>(...)' must take exactly one argument /usr/local/lib/gcc-lib/sparc-sun-solaris2.8/2.95.3/../../../../include/g++-3/iom anip.h:54: confused by earlier errors, bailing out what could the problem be? thanks Last edited by GSXdan; 11-24-2003 at 06:01 PM. |
|
|
|
|
|
#2 |
|
Member (10 bit)
|
anyone???
|
|
|
|
|
|
#3 |
|
Professional gadfly
|
Check to make sure that your brackets are in the right place. I am getting strange errors.
|
|
|
|
|
|
#4 |
|
Member (10 bit)
|
Yea i found i had a couple parentheses instead of brackets where i was inlining a couple functions. That seemed to fix it.
THanks |
|
|
|
|
|
#5 |
|
Member (7 bit)
|
God Darn Syntax. I've been there.
|
|
|
|
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|