Re: version 4.03 gets() function warning
- Posted by SDPringle Nov 07, 2011
- 1247 views
DerekParnell said...
This looks like a mistake. As far as know, lines returned by gets() should always be terminated with a LF and not a CR-LF sequence, regardless of the platform or compiler used.
This issue could be caused by a program reopening standard input as binary. Ming might be doing this before main is called.
Shawn Pringle