
mistake
程工助力英语中国话
当某一天你意识到——生命不息,学习不止时,那么你就成长了。
展开
-
cast from 'void *' to 'int' loses precision
The issue is that ,in 32bits,an int(which is a 32bit integer) will hodl a pointer value. when you move to 64bits ,you can no longer store a pointer. The 'intptr_t' type is des原创 2015-07-26 10:25:09 · 1287 阅读 · 0 评论 -
unknow type name namespace,unknow type name class
when i add a new .c in the qtcreator project ,it has this error: unknow type name namespace,unknow type name class and the solution just change the .c to .cpp can solve the problm原创 2015-07-26 10:31:56 · 2108 阅读 · 0 评论 -
no macthing function to call for QSqlQuery::bindValue()
缺少头文件信息:#include原创 2015-11-11 10:49:38 · 616 阅读 · 0 评论