home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #1 / NN_1993_1.iso / spool / comp / sys / amiga / programm / 18451 < prev    next >
Encoding:
Internet Message Format  |  1993-01-10  |  904 b 

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