Re: Please, if anyone can help me....


[ Follow Ups ] [ Post Followup ] [ CS1704 Discussion WWWBoard ] [ FAQ ]

Posted by Ethan on July 16, 2000 at 22:52:58:

In Reply to: Please, if anyone can help me.... posted by CHARMS4EVA on July 16, 2000 at 21:10:13:

: I literally have 108 errors now, and I was wondering if anyone knew what these might mean... they are really just 16 errors repeated:

: error C2872: 'streambuf' : ambiguous symbol
: error C2872: 'ostream' : ambiguous symbol
: error C2872: 'streampos' : ambiguous symbol
: error C2872: 'streamoff' : ambiguous symbol
: error C2872: 'streampos' : ambiguous symbol
: error C2872: 'ios' : ambiguous symbol
: error C2872: 'ios' : ambiguous symbol
: error C2872: 'istream' : ambiguous symbol
: error C2872: 'ios' : ambiguous symbol
: fatal error C1003: error count exceeds 100; stopping compilation
: warning C4518: 'void ' : storage-class or type specifier(s) unexpected here; ignored
: error C2146: syntax error : missing ';' before identifier 'readin'
: fatal error C1004: unexpected end of file found
: warning C4518: 'void ' : storage-class or type specifier(s) unexpected here; ignored
: error C2146: syntax error : missing ';' before identifier 'readin'
: fatal error C1004: unexpected end of file found
: warning C4518: 'void ' : storage-class or type specifier(s) unexpected here; ignored
: error C2146: syntax error : missing ';' before identifier 'readin'
: fatal error C1004: unexpected end of file found

did you include all your header files, and make sure that you have using namespace std; if your using the std namespace ;)



Follow Ups:



Post a Followup

Name:
E-Mail:

Subject:

Comments:

Optional Link URL:
Link Title:
Optional Image URL:


[ Follow Ups ] [ Post Followup ] [ CS1704 Discussion WWWBoard ] [ FAQ ]