|
-
May 1st, 2002, 05:19 PM
#1
Thread Starter
Fanatic Member
huh?
Code:
class learn {
vector <char *> data;.....};
c:\Documents and Settings\Administrator\My Documents\Visual Studio Projects\C++\Contest\thing\store.cpp(7): error C2143: syntax error : missing ';' before '<'
what?
Visit www.fragblast.com
Gaming, forums, and a online RPG/Battle system
(__Flagg) DOT NET? is this a Hindi Dating service?
-
May 1st, 2002, 06:26 PM
#2
Hyperactive Member
Code:
class learn {
vector (char *) data;.....};
Try to use "()" instead of "<>". That should do it, but I could be wrong...
Designer/Programmer of the Comtech Operating System(CTOS)
-
May 1st, 2002, 06:57 PM
#3
Thread Starter
Fanatic Member
that didnt fix it, i got it though
had to add
using namespace std;
woops
Visit www.fragblast.com
Gaming, forums, and a online RPG/Battle system
(__Flagg) DOT NET? is this a Hindi Dating service?
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|