From: Tan Mu Yen Newsgroups: comp.os.msdos.djgpp Subject: Newbie Question : Polygon class Date: Tue, 01 Jul 1997 15:22:13 +0000 Organization: Singapore Telecom Internet Service Lines: 5 Message-ID: <33B920A5.3A70@singnet.com.sg> NNTP-Posting-Host: ts900-6909.singnet.com.sg Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Precedence: bulk I am trying to write a polygon class that allows me to add vertex to it using linked list ... ie I can add or delete a vertex anytime using the polygon ... Anyone has any idea? pls help me!