home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #1 / NN_1993_1.iso / spool / comp / lang / cplus / 18766 < prev    next >
Encoding:
Text File  |  1993-01-06  |  1.9 KB  |  46 lines

  1. Newsgroups: comp.lang.c++
  2. From: nikki@trmphrst.demon.co.uk (Nikki Locke)
  3. Path: sparky!uunet!pipex!demon!trmphrst.demon.co.uk!nikki
  4. Subject: Re: "type safety" deemed essential
  5. Reply-To: nikki@trmphrst.demon.co.uk
  6. References: <450@genie.UUCP> <725053473snx@trmphrst.demon.co.uk>
  7. Distribution: world
  8. X-Mailer: cppnews $Revision: 1.30 $
  9. Organization: Trumphurst Ltd.
  10. Lines: 31
  11. Date: Wed, 6 Jan 1993 11:51:46 +0000
  12. Message-ID: <726346306snx@trmphrst.demon.co.uk>
  13. Sender: usenet@demon.co.uk
  14.  
  15. In article <450@genie.UUCP> roger@genie.UUCP (Roger H. Scott) writes:
  16. > In article <725053473snx@trmphrst.demon.co.uk> nikki@trmphrst.demon.co.uk writes:
  17. > >In article <448@genie.UUCP> roger@genie.UUCP (Roger H. Scott) writes:
  18. > >> ... [W]ho has written a non-trivial commercial C++ 
  19. > >> application *without* making significant use of either type casting [(T *)]
  20. > >> or run-time type checking [Bar *bar_p = foo_p->asBar();]?  
  21. > >
  22. > >Does my Text Mode User Interface Toolkit count ?
  23. > Not to denegrate tool kits in general in any way, but the short answer is "no".
  24. > The sorts of code one writes for a general purpose tool kit tend to be
  25. > rather different than the code one ends up writing for an end application.
  26. > [It has often seemed to me that C++ has evolved to be more closely tuned
  27. > to the needs of tool kit, or library, writers than for "end" users.]
  28. > A non-trivial commercial application *using* the T.M.U.I. kit *would* count,
  29. > of course.
  30.  
  31. O.K., then I had better look to see if the main applications I have 
  32. written in C++ (using the toolkit) are non-trivial ...
  33.  
  34. Application                Lines of code
  35. Toolkit                    16000
  36. Mainframe comms document retrieval     8000
  37. PC Usenet newsreader/mailer         7000
  38.  
  39. Do these count as non-trivial ?
  40. [ Note - lines of code computed by wc. ]
  41.  
  42. -- 
  43. Nikki Locke,Trumphurst Ltd.(PC and Unix consultancy) nikki@trmphrst.demon.co.uk
  44. trmphrst.demon.co.uk is NOT affiliated with ANY other sites at demon.co.uk.
  45.