摘要:
思维导图软件 阅读全文
摘要:
解决参数个数不确定的问题。 头文件 #include<stdarg.h> VA_LIST 是在C语言中解决变参问题的一组宏,用于获取不确定个数的参数。 _M_ALPHA是指DEC ALPHA(Alpha AXP)架构。所以一般情况下va_list所定义变量为字符指针。 INTSIZEOF 宏,获取类 阅读全文
摘要:
FILE* stream; stream = stderr; //#include 阅读全文
摘要:
QDateTime now = QDateTime::currentDateTime(); QString nowStr; nowStr = now.toString("yyyyMMdd_hhmmss"); QString fName = QString("debug_%1.log") .arg(no... 阅读全文
摘要:
联合开发网 阅读全文
该文被密码保护。 阅读全文
摘要:
http://www.pudn.com/Download/item/id/3096684.html 联合开发网 》绘图程序 阅读全文