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=-1.3 required=5.0 tests=BAYES_00,INVALID_MSGID autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 109fba,1042f393323e22da X-Google-Attributes: gid109fba,public X-Google-Thread: 103376,1042f393323e22da X-Google-Attributes: gid103376,public X-Google-Thread: 1014db,1042f393323e22da X-Google-Attributes: gid1014db,public From: clines@delete_this.airmail.net (Kevin Cline) Subject: Re: Any research putting c above ada? Date: 1997/05/01 Message-ID: <8CFCBD1FF4074370.2B7D441391E0E376.51C8E0164EC22D8B@library-proxy.airnews.net>#1/1 X-Deja-AN: 238593912 References: <5ih6i9$oct$1@waldorf.csc.calpoly.edu> <3359e813.340466234@news.pacificnet.net> <5iri6b$jn0@bcrkh13.bnr.ca> <5k60au$gig@bcrkh13.bnr.ca> <5k8b0p$25f2@uni.library.ucla.edu> X-Orig-Message-ID: <33682c1a.1805824@news.airmail.net> Organization: INTERNET AMERICA NNTP-Proxy-Relay: library.airnews.net Newsgroups: comp.lang.c++,comp.lang.c,comp.lang.ada Date: 1997-05-01T00:00:00+00:00 List-Id: jmartin@cs.ucla.edu (Jay Martin) wrote: >Huh? By definition, if the subject has to do with practical software >construction then that is in software engineering. If it is worthless >theoretical masturbation, then that of course lies in the domain of >Computer "Science". Some knowledge of computer science is a must when working on most systems today. How can one select appropriate data structures without a general knowledge of algorithmic complexity? How can one design multi-threaded applications without some knowledge of techniques for managing shared resources?