home *** CD-ROM | disk | FTP | other *** search
- Path: sparky!uunet!usc!news
- From: junghyun@pollux.usc.edu (Jung-Hyun Han)
- Newsgroups: comp.lang.c++
- Subject: wow!! C++ interface
- Date: 28 Jul 1992 11:24:31 -0700
- Organization: University of Southern California, Los Angeles, CA
- Lines: 18
- Sender: junghyun@pollux.usc.edu (Jung-Hyun Han)
- Distribution: world
- Message-ID: <l7b46vINN1lo@pollux.usc.edu>
- NNTP-Posting-Host: pollux.usc.edu
-
- thanx a lot for your kind replies
- especially those who gave exact answers!!
- the problem usually occurs when there are virtual methods
- which are not provided but just defined as in
-
- Class A{
- public:
- virtual doit();
- };
-
- but nowhere does
- A::doit(){
- ...
- } appear.
-
- sincerely, Jung
-
-
-