[Prev][Next][Index]
Re: new to pC++, first program
- Date: Mon, 22 Aug 1994 23:25:19 -0500
- From: "Shelby Yang" <yang@cs.indiana.edu>
- To: jackg@cache.crc.ricoh.com, sage-users@cica.indiana.edu
- Subject: Re: new to pC++, first program
The first warining may be due to a C++ class which is not defined as a pC++
collection element class in your program or the included header files. The
second warning is probably caused by an overloaded function name. The first
one can be ignored but the second may result in incorrect C++ code generated
by the pC++ compiler.
Shelby