Re: Standard Input Max Length Limitation
- Posted by Robert Craig <rds at RapidEuphoria.com> Jun 25, 2007
- 751 views
Bryan So wrote: > I realized after a little experimentation that gets(0) has a pretty small max > limit. I think it can get only 128 characters. There is no limit on gets(). Perhaps you are running into some sort of DOS or Windows limit on the maximum length of a typed input line at a command prompt, or something. Or maybe your DOS input contains a new-line character or control-Z (26), that you aren't aware of. What are you doing exactly? Regards, Rob Craig Rapid Deployment Software http://www.RapidEuphoria.com