From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on inbox.vuxu.org X-Spam-Level: X-Spam-Status: No, score=-1.0 required=5.0 tests=MAILING_LIST_MULTI, RCVD_IN_DNSWL_NONE autolearn=ham autolearn_force=no version=3.4.4 Received: (qmail 4462 invoked from network); 21 May 2020 20:33:57 -0000 Received: from minnie.tuhs.org (45.79.103.53) by inbox.vuxu.org with ESMTPUTF8; 21 May 2020 20:33:57 -0000 Received: by minnie.tuhs.org (Postfix, from userid 112) id 9EE099C92A; Fri, 22 May 2020 06:33:56 +1000 (AEST) Received: from minnie.tuhs.org (localhost [127.0.0.1]) by minnie.tuhs.org (Postfix) with ESMTP id EAE939C909; Fri, 22 May 2020 06:33:41 +1000 (AEST) Received: by minnie.tuhs.org (Postfix, from userid 112) id DE0F99C909; Fri, 22 May 2020 06:33:40 +1000 (AEST) Received: from firemail.de (firemail.de [88.99.137.45]) by minnie.tuhs.org (Postfix) with ESMTPS id 1D0E39C851 for ; Fri, 22 May 2020 06:33:39 +1000 (AEST) Received: from firemail.de (localhost.localdomain [127.0.0.1]) by firemail.de (b1gMailServer) with ESMTP id 0547B2DD for ; Thu, 21 May 2020 22:33:38 +0200 (CEST) Date: Thu, 21 May 2020 22:33:38 +0200 MIME-Version: 1.0 Message-ID: X-Mailer: b1gMail/7.4.0 X-Sender-IP: 46.94.122.144 From: "Thomas Paulsen" To: "CHARLES KESTER" In-Reply-To: <203511515.810845.1590088586459@connect.xfinity.com> References: <8a2e9b1b-8890-a783-5b53-c8480c070f2e@telegraphics.com.au> <202005211735.04LHZoUr006011@freefriends.org> <203511515.810845.1590088586459@connect.xfinity.com> Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Subject: Re: [TUHS] History of popularity of C X-BeenThere: tuhs@minnie.tuhs.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: The Unix Heritage Society mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: Thomas Paulsen Cc: tuhs@tuhs.org Errors-To: tuhs-bounces@minnie.tuhs.org Sender: "TUHS" >Microsoft C 7.0 already had a C++ compiler and an early version of MFC in >1992. But you're right: it was when Visual C++ 1.0 came out in 1993 that C= ++ became=20 >really popular among developers targeting Windows. VC1.0 introduced "wiza= rds" msc was really good in those days. As a systems guy I used to study its gen= erated assembly code which was extremely good. However today's gcc uses adv= anced instructions too, thus also very good, whereas all the unix cc's of t= he 90ths known to me were rather naive, simple lex&yacc derived. The "wizards" also were very good making gui programmig much easier.