Copying a program from a Web page, compiling it under GCC, and discovering many errors, are the following types:
pthread_cond.c:in function ' main ':
Pthread_cond.c:62:error:stray ' \343 ' in the program
Pthread_cond.c:62:error:stray ' \200 ' in the program
Pthread_cond.c:62:error:stray ' \200 ' in the program
Pthread_cond.c:62:error:stray ' \343 ' in the program
Pthread_cond.c:62:error:stray ' \200 ' in the program
Pthread_cond.c:62:error:stray ' \200 ' in the program
After looking for a long time, obstinately did not find a syntax error in the program. At first I thought it was the wrong punctuation. Then change the punctuation. Recompile, or this error. No way, check the information online.
Some say is the problem of character coding. If it is really the problem of character encoding, there is no way, you can only knock it over again ~
Continue to look up information on the Internet.
To see a brother's blog, it dawned. Originally, is the question of Chinese space.