From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=0.6 required=5.0 tests=BAYES_05,INVALID_DATE autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,57f23cc4dd455d6c X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 1995-01-19 21:30:13 PST Path: nntp.gmd.de!newsserver.jvnc.net!nntpserver.pppl.gov!princeton!udel!news.mathworks.com!news.alpha.net!uwm.edu!lll-winken.llnl.gov!uop!csus.edu!nic-nac.CSU.net!newsserver.sdsc.edu!acsc.com!kaiwan.kaiwan.com!kaiwan009!jmartin From: jmartin@kaiwan009.kaiwan.com (Jay M Martin) Newsgroups: comp.lang.ada Subject: Re: C++ Envy Date: 19 Jan 1995 21:30:13 -0800 Organization: KAIWAN Internet (310-527-4279,818-756-0180,909-785-9712,714-638-4133,805-294-9338) Message-ID: References: <3f2tbv$r5o@miranda.gmrc.gecm.com> <3f9bha$r16@gnat.cs.nyu.edu> <3fcjp5$b0v@cronkite.seas.gwu.edu> <3fe433$evq@nonews.col.hp.com> <3fj4oa$9a8@cronkite.seas.gwu.edu> NNTP-Posting-Host: kaiwan009.kaiwan.com Date: 1995-01-19T21:30:13-08:00 List-Id: I am confused : "Change the makefile?". Suppose a programmer is maintaining a piece of code (file) which includes "blah.h". Now the programmer needs to make a change to the code and being a typical macho C type he thinks that "protection is for wimps" and is sure that he could save a few pico seconds per hour if he could massage the insides of the objects of the classes in blah.h directly. So he does the define trick in the file he is modifying and configures it. Note that no changes need to be made to blah.h or the makefile. Of course, a year later after the C stud has gone to greener pastures the classes in blah.h are changed causing all his code to break. Jay