home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #26 / NN_1992_26.iso / spool / comp / lang / cplus / 15920 < prev    next >
Encoding:
Text File  |  1992-11-08  |  593 b   |  24 lines

  1. Newsgroups: comp.lang.c++
  2. Path: sparky!uunet!munnari.oz.au!hp9000.csc.cuhk.hk!slip6069.csc.cuhk.hk!trumpet-user
  3. From: trumpet-user@csc.cuhk.hk (Default Trumpet User)
  4. Subject: Declaration Syntax Error
  5. Message-ID: <trumpet-user.1.721149008@csc.cuhk.hk>
  6. Keywords: Declaration Syntax Error
  7. Sender: usenet@hp9000.csc.cuhk.hk
  8. Nntp-Posting-Host: slip6069.csc.cuhk.hk
  9. Organization: CUHK
  10. Date: Sat, 7 Nov 1992 15:10:08 GMT
  11. Lines: 11
  12.  
  13. Could someone tell me why I got the captioned error message once I declared 
  14. the following function:
  15.  
  16. int (*abcd) (int i)
  17.     ...
  18. }
  19.  
  20.  
  21. Walter
  22. a008700@hp9000.csc.cuhk.hk
  23.