home *** CD-ROM | disk | FTP | other *** search
- Path: sparky!uunet!zaphod.mps.ohio-state.edu!rpi!batcomputer!munnari.oz.au!uniwa!DIALix!acix!johnv
- From: johnv@acix.DIALix.oz.au (John Verhoeven)
- Subject: C++ novice quesions
- Newsgroups: comp.sys.amiga.programmer
- X-Newsreader: TIN [version 1.1 PL8]
- Message-ID: <johnv.043z@acix.DIALix.oz.au>
- Date: 10 Jan 93 16:36:11 WST
- Organization: ACix - Private UUCP Node, Cloverdale, Western Australia.
- Lines: 17
-
- I'm trying to learn C++ using the book 'C++ Primer, Stanley Lippman, 2nd
- Edition' and have typed in one of the examples from the book.
-
- When I try and compile it I get several errors.
-
- Does anybody know where I can get explanations for the error messages
- put out by GCC?
-
- Here is the types of errors I am getting:
-
- intarray.cc:5: `IntArray::IntArray (int (= ArraySize ))' is already
- defined in aggregate scope
-
- intarray.cc:45: parse error at end of input
-
- What level of C++ does gcc conform to?
-
-