I have used e-mail and online posting system. And I recieved letter with following contents: 03526697_24.c: In function `void print(char, char *)': 03526697_24.c:22: parse error before character 0232 03526697_24.c:24: `j' undeclared (first use this function) 03526697_24.c:24: (Each undeclared ...
It seems that problem is not in my source code. I tried to compile and run it in Kdevelop in Knoppix. Well, it's working. So I don't even know what to think about. Have anyone ideas?
I've changed void main(void) to int main(void), I've deleted all debug code. It doesn't compiles also.
It is said about character 0232 - what is it? And the first line with errors in my code is: *++p = l[u = i];. Does their comiler parse such tokens?
Hi! I've compiled following code in MSVC7.1 and even in Borland C. Everything is fine. So why do it gets compile errors in online judge? I recieved by e-mail tough list of errors but they did not give me any clue to understang the problems. What is the character 0232, and why my declared variables ...