`
wangleide414
  • 浏览: 606830 次
  • 性别: Icon_minigender_1
  • 来自: 西安
社区版块
存档分类
最新评论

error: stray '\243' in program

 
阅读更多

 

好像里面有中文字符,你是不是从网页里复制来的程序?空格删除后重新输入看看行不行

例如我的程序中一直在这一行报错
if(getSymbolsByMicroSeconds(getNowDelayTime(ptr->transStartTime))>macTransactionPersistenceTime){
但是我仔细检查,并没有在这行发现中文字符。后来才知道在#define macTransactionPersistenceTime 的时候有中文
字符,但是报错的行号不对。大家有时候要注意,别被编译器的错误提示迷惑。
分享到:
评论

相关推荐

    编译错误error: stray ‘\343’in program的解决方法

    出现错误如下: 代码如下:avid@ubuntu:~/wrk/tmp$ gcc -o strcat_compare strcat_compare.c strcat_compare.c: In function ‘main’:strcat_compare.c:28:1: error: stray ‘\343′ in programstrcat_compare.c:28:...

    arduino-1.8.16-windows.exe

    arduino-1.8.16-windows.exe

    projecttest2.cpp

    projecttest2.cpp

    linux下批量删除utf8 bom的实现方法

    xxx.cpp:1: error: stray ‘\357′ in program xxx.cpp:1: error: stray ‘\273′ in program xxx.cpp:1: error: stray ‘\277′ in program 批量删除之 grep -rIlo $’^\xEF\xBB\xBF’ . | xargs sed –in-place -e...

    google开源C++项目

    // Defined in this file. class Service; class RpcController; class RpcChannel; // Defined in other files. class Descriptor; // descriptor.h class ServiceDescriptor; // descriptor.h class Method...

    jni需要注意的常见问题

    testjni.cpp:10:error:stray ‘\240’ in program testjni.cpp:10:error:stray ‘\302’ in program ``` 这些错误通常是由从网页或其他来源复制粘贴代码时引入的非标准字符或格式化问题所导致的。例如,某些特殊...

    C++程序设计实践学材微课件——1.3 程序中的几种“低级”错误

    例如,错误提示“stray'\241'inprogram”和“expected';'before'}'token”都可能是由于意外地在代码中输入了中文符号所致。要确保代码中只使用英文标点符号,以避免编译器混淆。 第五,区分中英文符号非常重要。在...

    曲线拟合工具CurveExpert 1.0

    quotes in it. This has been corrected, so it is now easier to read. + The help file was not terminated when CurveExpert was. Fixed. + The Window and Help menus were moved to more conventional ...

Global site tag (gtag.js) - Google Analytics