Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!mnetor!seismo!rochester!cornell!batcomputer!braner From: braner@batcomputer.TN.CORNELL.EDU (braner) Newsgroups: net.lang.c++,net.micro.atari16 Subject: Re: C++ preprocessor wanted Message-ID: <1198@batcomputer.TN.CORNELL.EDU> Date: Fri, 10-Oct-86 00:32:02 EDT Article-I.D.: batcompu.1198 Posted: Fri Oct 10 00:32:02 1986 Date-Received: Sat, 11-Oct-86 19:38:21 EDT References: <2939@sdcc6.ucsd.EDU> <429@vaxb.calgary.UUCP> Reply-To: braner@batcomputer.UUCP (braner) Organization: Theory Center, Cornell University, Ithaca NY Lines: 12 Keywords: Atari C-source C++ identifiers Megamax object-oriented Summary: Megamax uses 10 chars of any length identifier Xref: mnetor net.lang.c++:365 net.micro.atari16:2449 Regarding the need for a C compiler that would handle long identifiers, y'all might not know that Megamax recognizes the first 10 chars, and allows very long total length. That may still not be enough for C++ - I dunno. (and you still need to get that C++ preprocessor...) BTW: I devised a method to do object-oriented programming in C. Not fancy but simple, and you get inheritance and even late binding of sorts with high efficiency (about 100 microSecs for a typical invocation of a method). If anybody is interested let me know. - Moshe Braner