Path: utzoo!utgpu!news-server.csri.toronto.edu!rutgers!usc!zaphod.mps.ohio-state.edu!uakari.primate.wisc.edu!dogie.macc.wisc.edu!vms.macc.wisc.edu From: yahnke@vms.macc.wisc.edu (Ross Yahnke, MACC) Newsgroups: comp.sys.mac.programmer Subject: Beginning Think Object C question Message-ID: <4244@dogie.macc.wisc.edu> Date: 23 Aug 90 13:21:51 GMT Sender: news@dogie.macc.wisc.edu Organization: University of Wisconsin Academic Computing Center Lines: 16 I've used Think Vanilla C for quite awhile but now am just beginning to look at the object oriented stuff. So I tried compiling the starter project and in the file CStarterDoc.c on the line: void CStarterDoc::IStarterDoc(CBureaucrat *aSupervisor, Boolean printable) { CDocument::IDocument(aSupervisor, printable); } I get the compiler error message: Call of 'CDocument::IDocument' does not match prototype. Does anybody know what I'm doing wrong? - Ross >>> yahnke@macc.wisc.edu <<<