Compilation Error | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 6

Compilation Error

Why i am getting Compilation Error on this code https://code.sololearn.com/c40Ab4xFoE5S/?ref=app

3rd Feb 2019, 8:24 AM
Asgar Ali
Asgar Ali - avatar
3 Answers
+ 9
Did you write the code in a normal text editor or in a text processing program like Word? Beginning with line 422, every whitespace seems to be replaced by some weird formatted symbol (you can see it if you look at the code in a browser). Maybe it's a non-breaking space or something like that. Probably the compiler can't handle that
3rd Feb 2019, 10:37 AM
Anna
Anna - avatar
+ 3
hi Asgar, Anna had a very good point, make sure when you write a program you use a stupid text editor just that outputs ASCII characters. A word .doc file or an RTF file will blow most compilers minds. they don't like non-ASCII characters.
4th Feb 2019, 2:28 AM
Rick Shiffman
Rick Shiffman - avatar
+ 2
Anna the code was originally written in vb.net in visual studio 2008 and was tested in visual studio 2017.It was converted to c# using telerik converter.i can see the weird symbols when pasted in word file.However the code compiles and shows the error after line 422 if there is error after line 422.
4th Feb 2019, 8:31 AM
Asgar Ali
Asgar Ali - avatar