鸡啄米
最新评论及回复
-
3555. 尚吾网:
再次来访,一如既往的支持。2014/11/26 13:25
-
3554. tatwfnm:
谢谢,非常精彩的文章!语言幽默,诙谐,比喻形象,语言生动,我学习C++才一年,就能看到有8年经验的高手的成长经历,真是及时而关键!如果不介意,我的QQ是:576850977,如果能交你这样的朋友,真的很期待!2014/11/24 11:52
-
3553. tatwfnm:
学习了,好东西,我现在从事自动化维护工作,经常遇到串口通信异常的问题,如串口连接失败等,一直想对串口通信做点深入的了解。2014/11/24 11:00
-
3552. tatwfnm:
我已经看完了C++ Primer Plus 6.0, 看了好多遍,可以说入门了,最近又开始看《Windows编程第五版》,现在看完第七章了(当然,收获也不小,知道Windows是这么回事了)。脑袋大了,发现Window编程的框架,与纯字符编程差别太大,现在看的我思想很乱,请高手帮我指个方向。谢谢!2014/11/24 10:51
-
3551. 小默:
总是出错诶。。
1>e:\c++test\example33\example33\example33dlg.h(36): error C2146: 语法错误: 缺少“;”(在标识符“m_jzmDlg”的前面)
1>e:\c++test\example33\example33\example33dlg.h(36): error C4430: 缺少类型说明符 - 假定为 int。注意: C++ 不支持默认 int
1>e:\c++test\example33\example33\example33dlg.h(36): error C4430: 缺少类型说明符 - 假定为 int。注意: C++ 不支持默认 int
1>e:\c++test\example33\example33\example33dlg.cpp(106): error C2065: “m_jzmDlg”: 未声明的标识符
1>e:\c++test\example33\example33\example33dlg.cpp(106): error C2228: “.Create”的左边必须有类/结构/联合
1> 类型是“'unknown-type'”
1>e:\c++test\example33\example33\example33dlg.cpp(116): error C2065: “m_jzmDlg”: 未声明的标识符
1>e:\c++test\example33\example33\example33dlg.cpp(116): error C2228: “.SetWindowPos”的左边必须有类/结构/联合
1> 类型是“'unknown-type'”
2014/11/21 20:48