home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #19 / NN_1992_19.iso / spool / comp / lang / cplus / 13119 < prev    next >
Encoding:
Text File  |  1992-08-31  |  727 b   |  24 lines

  1. Newsgroups: comp.lang.c++
  2. Path: sparky!uunet!haven.umd.edu!darwin.sura.net!zaphod.mps.ohio-state.edu!sol.ctr.columbia.edu!The-Star.honeywell.com!umn.edu!noc.msc.net!uc.msc.edu!apctrc!wsc!wwnv18!zpvy0a
  3. From: zpvy0a@hou.amoco.com (Prasad Yalamanchi WWNV x4269 9.125)
  4. Subject: Turbo C++, function prototypes
  5. Message-ID: <1992Aug31.181755.13060@hou.amoco.com>
  6. Sender: news@hou.amoco.com
  7. Reply-To: zpvy0a@hou.amoco.com
  8. Organization: Amoco
  9. Date: Mon, 31 Aug 1992 18:17:55 GMT
  10. Lines: 12
  11.  
  12. I am trying to compile a program on Turbo C++, 3.0 . It gives me the following
  13.  
  14. error.
  15.  
  16. main () , function prototype missing.
  17.  
  18. Do i need to put in the 'main' function's prototype. 
  19.  
  20. void main();
  21.  
  22. was still giving me errors.  Could someone help.
  23.  
  24.