home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #1 / NN_1993_1.iso / spool / comp / sys / next / programm / 8089 < prev    next >
Encoding:
Text File  |  1993-01-12  |  2.2 KB  |  62 lines

  1. Path: sparky!uunet!spool.mu.edu!uwm.edu!ogicse!cs.uoregon.edu!news.uoregon.edu!news.uoregon.edu!systems
  2. From: bjorn@darmok.uoregon.edu (Bjorn S. Fjeld Pettersen)
  3. Newsgroups: comp.sys.next.programmer
  4. Subject: Re: The Darker Side of C++ (forwarded)
  5. Message-ID: <1iv5ijINN8ba@pith.uoregon.edu>
  6. Date: 12 Jan 93 19:18:43 GMT
  7. Article-I.D.: pith.1iv5ijINN8ba
  8. References: <1993Jan12.165154.26915@dvorak.amd.com>
  9. Distribution: usa
  10. Organization: University of Oregon Network Services
  11. Lines: 48
  12. NNTP-Posting-Host: cisco-ts2-line34.uoregon.edu
  13.  
  14. In article <1993Jan12.165154.26915@dvorak.amd.com> rpomeroy@aunext1.amd.com  
  15. (Ron Pomeroy x(Coop)) writes:
  16. > In article <63320@mimsy.umd.edu> alex@cs.umd.edu (Alex Blakemore) writes:
  17. > >>I thought some Obj-C users would find it interesting.
  18. > [munch munch]
  19. > >>
  20. > >>                       ANNOUNCEMENT OF A LECTURE
  21. > >>                       
  22. > >>                    
  23. > >>                    -- "THE DARKER SIDE OF C++" --
  24. > >>                    
  25. > >>                     Wednesday, January 27, 1993
  26. > >>               15.15 o'clock (end at 17.00 at the latest)
  27. > >>
  28. > >>
  29. > >>          Ecole Polytechnique Federale de Lausanne - Site Ecublens
  30. > >>          Batiments du Departement d'informatique - room INR 219
  31. > >>         
  32. > >>
  33. > >>           by MARKKU SAKKINEN, University of Jyvaskyla, Finland
  34. > >>
  35. > >>
  36. > [munch munch]
  37. > >>The worst disadvantage of C++ at the moment is political:  accepting
  38. > >>C++ as the standard OO language de facto tends to kill other existing
  39. > >>languages, and stifle the development of a new generation of
  40. > >>essentially better OO languages.
  41. > Aaaaaaaaaamen!!
  42. > --
  43. > Ronald Pomeroy        [Objective-Cruntime: [Smalltalk runtime]];
  44.  
  45. When I can do this in Obj-C I would be happy (tm):
  46.  
  47.     String a = "hello", b = " ", c = "world";
  48.     cout << a + b + c + '\n';
  49.  
  50. Until then things (tm) look soooo much prettier in C++.
  51. (BTW, where is that multiple inheritance in Obj-C???)
  52.  
  53. --bjorn
  54. ------------------------------------------------------------------------------
  55. Bjorn S. Fjeld Pettersen
  56. bjorn@doek.uoregon.edu                       NextMail Welcomed
  57. #include <std-disclaimer.h>
  58. ------------------------------------------------------------------------------
  59.