From: "Vincent Collura" Newsgroups: comp.os.msdos.djgpp Subject: Calling Inherited Functions Date: 13 Dec 1996 14:09:23 GMT Organization: WorldCHAT(tm) Internet Services Lines: 14 Message-ID: <01bbe8fe$fa46c5e0$3989d2cd@inventor.worldchat.com> NNTP-Posting-Host: g3-p9.wchat.on.ca To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Hello, Im still fooling around with this program and need help. I have a base class and three other classes that inherit the base class. My problem is that a function in the base class has to call a function in the inherited class. How do you do that in djgpp. Thanks, Vincent