From: mwallace AT skyler DOT wiltel DOT com Newsgroups: comp.os.msdos.djgpp Subject: Re: STL-example - Linking problem Date: Wed, 20 Nov 96 12:31:18 CDT Organization: WilTel Lines: 16 Message-ID: References: NNTP-Posting-Host: celsius-tul.wiltel.com Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Can someone help me with STL and DJGPP? I want to declare a vector of type MyClass. How do I do this: vector myvec; I thought I saw somewhere that said you have to generate a separate class of type MyClass that would be a vector class, but I have been unable to figure out how. Please point me in the right direction. Thanks. Mike