摘要: 1、Qt编译的时候 提示 str::string 需要在main(...)中注册什么的(大概是这个意思,记不清了),于是 在main(...)中调用了 “qRegisterMetaType<std::string>("std::string");” 提示 “str::string&”需要注册的话,是 阅读全文
posted @ 2019-11-19 15:43 CppSkill 阅读(413) 评论(0) 推荐(0) 编辑
摘要: 1、类似的函数有:cin、getchar、fgetc 等 2、问题: 最后的"\n"都不取出来... 2.1、对策:(ZC:下面是 我自己使用后的感受) (1)fflush(stdin) ==> 没反应... _flushall();也没反应 (2)int _kbhit( void ); ==> 结 阅读全文
posted @ 2019-11-19 12:30 CppSkill 阅读(838) 评论(0) 推荐(0) 编辑