摘要: 个人编写的小例子,没有注释,刚毕业时作为技术调研随手编写,仅供参考: 阅读全文
posted @ 2016-04-20 14:22 风也沉默 阅读(444) 评论(0) 推荐(0) 编辑
摘要: 以下内容来源网上 经过整合而成(转载) 一、一般介绍 STL(Standard Template Library),即标准模板库,是一个具有工业强度的,高效的C++程序库。它被容纳于C++标准程序库(C++ Standard Library)中,是ANSI/ISO C++标准中最新的也是极具革命性的 阅读全文
posted @ 2016-04-20 14:20 风也沉默 阅读(566) 评论(0) 推荐(0) 编辑
摘要: asctime() basename() catgets() crypt() ctermid()//if passed a non-NULL argument ctime() dbm_clearerr() dbm_close() dbm_delete() dbm_error() dbm_fetch( 阅读全文
posted @ 2016-04-20 14:19 风也沉默 阅读(857) 评论(0) 推荐(0) 编辑
摘要: 使用场景:日志、打印等 #define mog_error(format,...) fprintf(stderr, "[%s, %d]:"format"\n", __FILE__, __LINE__, ##__VA_ARGS__) 阅读全文
posted @ 2016-04-20 14:17 风也沉默 阅读(279) 评论(0) 推荐(0) 编辑