
编程错误
文章平均质量分 52
比不了就不比
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
在程序中使用中文
SyntaxError: Non-ASCII character '\xe6' in file people.py on line 34, but no encoding declared; 文中提到: To define a source code encoding, a magic comment must be placed into the source files either原创 2014-01-20 14:25:22 · 801 阅读 · 0 评论 -
C++11编译出现/usr/lib/libstdc++.so.6: version `GLIBCXX_3.4.14' not found (required by ./a.out)
从源码编译安装升级了gcc以后,程序编译运行时偶尔会遇到这样的问题:原创 2014-05-05 20:39:05 · 2706 阅读 · 0 评论 -
编译时的警告
ISO C90 forbids mixed declarations and code原创 2014-05-12 09:53:25 · 736 阅读 · 0 评论