home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #1 / NN_1993_1.iso / spool / comp / os / msdos / programm / 11979 < prev    next >
Encoding:
Text File  |  1993-01-11  |  2.0 KB  |  41 lines

  1. Newsgroups: comp.os.msdos.programmer
  2. Path: sparky!uunet!spool.mu.edu!yale.edu!jvnc.net!newsserver.jvnc.net!news.edu.tw!cc.ntnu.edu.tw!news!nchud5.nchu.edu.tw!dec8.ncku.edu.tw!snoopy.ncku.edu.tw!msc
  3. From: msc@snoopy.ncku.edu.tw (Mac Su-Cheong (MSC))
  4. Subject: Re: Turbo Vision is too fat!
  5. Message-ID: <1993Jan11.125437.24927@dec8.ncku.edu.tw>
  6. Sender: usenet@dec8.ncku.edu.tw (USENET Manager)
  7. Nntp-Posting-Host: snoopy.ncku.edu.tw
  8. Organization: National Cheng Kung University, Tainan, Taiwan
  9. X-Newsreader: TIN [version 1.1 PL6]
  10. References: <11JAN199305012619@trentu.ca>
  11. Date: Mon, 11 Jan 1993 12:54:37 GMT
  12. Lines: 27
  13.  
  14. The OTHER One True God (tsullivan@trentu.ca) wrote:
  15. :
  16.   [some stuffs delete]
  17. :
  18. :    Remember that when using any large programming development system that 
  19. : there will be an initial jump in code size, and as you progress, it will go 
  20. : down as the %age of your code.
  21. :   For instance, the 200K "Hello, world" program is excessive, but if you 
  22. : were to build in a complete accounting system, or something, the total code 
  23. : size would be ~300K (or so). You'll find that most windowing libs will have 
  24. : the same initial jump in code. The amount of code size jump will depend on 
  25. : the complexity of the lib. TV is a very complex, complete library.
  26. :
  27.   hmmm, I know TV is a very complete lib (it's nice), but is it possible
  28.   to separate the one big library into many small libraries? Then I can
  29.   link those I needed and leave out those unnecessary, resulting in
  30.   smaller executable file. It is very rare for me to write big program,
  31.   most of my programs don't exceed 1000 lines. Is it possible to break
  32.   that lib into smaller libs by myself?
  33.  
  34.   Just a few thoughts. Thanks for your response.
  35.  
  36. ------------------------------------------------------------------------------
  37. Mac Su-Cheong (MSC)       | Computer Science Division, |          __o
  38. msc@eembox.ncku.edu.tw    | Department of E.E.,        |         -\<,
  39. nckus089@twnmoe10.bitnet  | National Cheng Kung Univ., |        O/ O
  40. msc@snoopy.ncku.edu.tw    | Tainan, Taiwan, R.O.C.     | Hey....I am the wind!
  41.