stray
网上down了一个C++的程序,内容很简单,但g++编译时报错,报错内容如下
ERROR: stray ‘\342’ in program
VideoCapture cap(”nvcamerasrc ! video/x-raw(memory:NVMM), width=(int)1280,
^
tx2OpenCV.cpp:9:3: error: stray ‘\200’ in program
tx2opencv.cpp:9:3: error: stray ‘\235’ in program
tx2opencv.cpp:9:3: error: stray ‘\342’ in program
tx2opencv.cpp:9:3: error: stray ‘\200’ in program
tx2opencv.cpp:9:3: error: stray ‘\235’ in program
tx2opencv.cpp:13:7: error: stray ‘\342’ in program
cout << ”Failed to open camera.” << endl;
^
tx2opencv.cpp:13:7: error: stray ‘\200’ in program
tx2opencv.cpp:13:7: error: stray ‘\235’ in program
tx2opencv.cpp:13:7: error: stray ‘\342’ in program
tx2opencv.cpp:13:7: error: stray ‘\200’ in program
tx2opencv.cpp:13:7: error: stray ‘\235’ in program
tx2opencv.cpp:21:7: error: stray ‘\342’ in program
imshow(”original”, frame);
^
tx2opencv.cpp:21:7: error: stray ‘\200’ in program
tx2opencv.cpp:21:7: error: stray ‘\235’ in program
tx2opencv.cpp:21:7: error: stray ‘\342’ in program
tx2opencv.cpp:21:7: error: stray ‘\200’ in program
tx2opencv.cpp:21:7: error: stray ‘\235’ in program
网上查了一下原因,是因为代码中有中文字符,比如双引号/分号等是中文格式的,因此将代码中的标点全部替换了一遍,确保为英文字符,然后重新编译,顺利通过!
相关阅读
国亲的长假过后又得开始辛苦的工作了,刚刚来到公司打开电脑就发现Word文档打不开了,开始以为是这个文档出现了问题,试了下其他的文档
项目中会经常出现以下错误码: 4xx请求错误 400 请求参数有误 401 没有权限,未授权 403 服务器拒绝请求(禁止) 404 找不到页面 405
一些常见的状态码为:200 - 服务器成功返回网页 404 - 请求的网页不存在 503 - 服务不可用 详细分解:1xx(临时响应) 表示临时响应
wampsever安装后出现丢失MSVCR110.dll的错误提示,解决
第一步下载文件: wampsever下载地址:https://sourceforge.net/projects/wampserver/ 但是安装完成之后可能会提示丢失MSVCR110.dll
在linxu中经常发生段错误(segment fault)的原因
我们在linux上写代码,并运行程序时,经常会碰到程序执行到一半发生“segment fault”的错误,一头雾水,而且对这类问题的排查也是相当麻