
C++
Paul_Huang_2011
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
CODE:BLOCKS不支持C++11
按下列方式设置后即可支持原创 2014-06-08 23:40:18 · 1086 阅读 · 0 评论 -
C++ 报'vector' was not declared in this scope错误
原因很简单,忘记了: #include原创 2014-06-09 19:42:01 · 13997 阅读 · 2 评论 -
error LNK2019: unresolved external symbol错误 (ICU4C)
1. 第一步: 到项目属性 -> Linker -> Input 将你的 lib 文件添加到 Additional dependencies 输入框中。 2. 第二步:检查库版本,如果32位的库原创 2014-06-11 23:01:50 · 664 阅读 · 0 评论 -
CODE:BLOCK中的CreateProcess: No such file or directory
说明CODE:BLOCK中的编译器设置出现错误,使用自带的原创 2014-06-01 06:05:49 · 4303 阅读 · 1 评论