Date: Sun, 1 Jun 1997 16:39:37 +0300 (IDT) From: Eli Zaretskii To: abharmal AT hotmail DOT com cc: djgpp AT delorie DOT com Subject: Re: "Undefined resource" < What does it mean? In-Reply-To: <339045A8.7B00@geocities.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Precedence: bulk On Sat, 31 May 1997, Ali Bharmal wrote: > What does "undefined reference" mean? The code for the linked list class > is fine, It means that the linker cannot find a function or a global variable it needs anywhere in your code.