home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #18 / NN_1992_18.iso / spool / comp / lang / c / 12453 < prev    next >
Encoding:
Text File  |  1992-08-17  |  1.1 KB  |  26 lines

  1. Newsgroups: comp.lang.c
  2. Path: sparky!uunet!wupost!cs.utexas.edu!torn!csd.unb.ca!morgan.ucs.mun.ca!pico.engr.mun.ca!bibhas
  3. From: bibhas@pico.engr.mun.ca (Bibhas Bhattacharya)
  4. Subject: Re: Allocate memory to typed in string, How?
  5. Message-ID: <bibhas.714091880@femto.engr.mun.ca>
  6. Sender: usenet@morgan.ucs.mun.ca (NNTP server account)
  7. Organization: Memorial University of Newfoundland
  8. References: <MJN.92Aug9012538@pseudo.uucp> <1992Aug13.184911.376@wyvern.twuug.com> <1992Aug15.201359.3601@athena.mit.edu>
  9. Date: Mon, 17 Aug 1992 22:51:20 GMT
  10. Lines: 14
  11.  
  12. scs@adam.mit.edu (Steve Summit) writes:
  13.  
  14. >Arbitrary, fixed, (small) limits on input line length ought to be
  15. >a thing of the past.  It's not all that difficult to write an
  16.  
  17. I too was peeved, by the fact that ULTRIX can take 252 bufferred characters 
  18. at the most. Anything beyond that, as told to me by the more experienced
  19. programmers, can be acheived by a raw mode reading, i.e., curses
  20. programming. However, it was quite nice to see that LINUX on the other
  21. hand, seemed to accept an unlimited number of characters. At least I
  22. couldn't reach the end.
  23.  
  24. Cheers.
  25. Bibhas.
  26.