X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f X-Recipient: djgpp AT delorie DOT com DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=X-YMail-OSG:Received:Date:From:Subject:To:MIME-Version:Content-Type:Content-Transfer-Encoding:Message-ID; b=tpxeR9ssQY4fYt3xTTL6ZRno6yIw267dZm3okj0Ze4Nj+xKnphYVZqIOzx1LhL0TuWa5RsZYlIvMIhCc/oeVl6P2L6nW8rjqNSL2tIKMtNhDqlLdJLJzksGeTo4vPi+F/YQX+BbFqqaYV31Fc9oJa0FTra9azmocnrWt5arm4VI=; X-YMail-OSG: bVSiiBgVM1lOfjAX8pQySQ65Jfi9kQr5ZwlUINckzUUhTeniqLcRxw_ekWoEjL5FvMGAPJVe0Q-- Date: Wed, 26 Mar 2008 17:03:10 -0700 (PDT) From: William OConnell Subject: Class_Track_Object To: djgpp AT delorie DOT com MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Message-ID: <972216.3762.qm@web65701.mail.ac4.yahoo.com> Reply-To: djgpp AT delorie DOT com Hello All, Is there any reason why it would be illegal to declare a class entitled, "Class_Track_Object"? I attempted this using DJGPP C++ on a Windows 98 Platform. When I compile the compiler gives me a parse error. But when I change the name to "Class_Track_Object1", it works. Why is this? Regards and Thanks in advance, Bill O'Connell