home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: comp.lang.c++
- 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
- From: zpvy0a@hou.amoco.com (Prasad Yalamanchi WWNV x4269 9.125)
- Subject: Turbo C++, function prototypes
- Message-ID: <1992Aug31.181755.13060@hou.amoco.com>
- Sender: news@hou.amoco.com
- Reply-To: zpvy0a@hou.amoco.com
- Organization: Amoco
- Date: Mon, 31 Aug 1992 18:17:55 GMT
- Lines: 12
-
- I am trying to compile a program on Turbo C++, 3.0 . It gives me the following
-
- error.
-
- main () , function prototype missing.
-
- Do i need to put in the 'main' function's prototype.
-
- void main();
-
- was still giving me errors. Could someone help.
-
-