linux下gccプログラミング要約1(error:stray‘
error: stray ‘\302’ in program
For those who have already encountered this error “error: stray ‘\302’ in program” or something similar while compiling a program in C :fool@localhost:~$ gcc -o hello_world hello_world.c
hello_world.c: In function ‘main’ : hello_world.c:5: error: stray ‘\302’ in program hello_world.c:5: error: stray ‘\304’ in program
Either you have to remove the entire line (here line 5), or you just have to remove some trailing characters. Sometimes, while writing into a text editor, some non-ASCII characters are inserted accidentally.
主な原因は、全角文字と半角文字のプログラミング時の使用エラーです.注意:
プログラミング時に句読点は半角しか使えず、全角は使えません.注意以下はネットで探した文章です.
見てみましょう.
For those who have already encountered this error “error: stray ‘\302’ in program” or something similar while compiling a program in C :fool@localhost:~$ gcc -o hello_world hello_world.c
hello_world.c: In function ‘main’ : hello_world.c:5: error: stray ‘\302’ in program hello_world.c:5: error: stray ‘\304’ in program
Either you have to remove the entire line (here line 5), or you just have to remove some trailing characters. Sometimes, while writing into a text editor, some non-ASCII characters are inserted accidentally.
主な原因は、全角文字と半角文字のプログラミング時の使用エラーです.注意:
プログラミング時に句読点は半角しか使えず、全角は使えません.注意以下はネットで探した文章です.
見てみましょう.
A ?
(1) -- 。
GB2312-80 。 , 。
(2) -- 。
、 、 , 。 , , 。
B ?
, 。
, , , , 。
( )
( )
, , 。
C
。 ASCII , 。
, , , 。
D “ ” “ ”:
: GB2312-80(《 · 》) 。
: ASCII 。