|
|
вернуться в форумОбщий форумPlease hep me , how to read EOL ?(+) Here is my code which got Crash : ... char ch ; while ( (ch = getc(stdin) != '\n' ) a[n++] = ch - 48 ; ... So I had to change into string. Someone knows how to read EOL please help me. I'm a C++ beginner. Thanks. |
|
|