|
|
back to boardWarning!!! Posted by updog 22 Aug 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 (-) Posted by updog 24 Aug 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 |
|
|