|
|
вернуться в форумWarning!!! Послано updog 22 авг 2007 19:52 I'm SURE test #23 contains some strange characters that can't be read in by scanf("%s") and gets(). While I can read them by getline() and cin>> . I can tell you for sure that all characters of the Freish alphabet has ascii codes from 33 to 255 (-) Re: I can tell you for sure that all characters of the Freish alphabet has ascii codes from 33 to 255 (-) Послано updog 24 авг 2007 15:10 I'm sorry. It's my fault. Re: I can tell you for sure that all characters of the Freish alphabet has ascii codes from 33 to 255 (-) ASCII code 255 is dangerous because EOF constant returned by 'getc' is -1. Edited by author 05.08.2008 02:25 |
|
|