#define MyPrint(format, args...) printf(format, args)
#define MyPrint(format, ...) printf(format, __VA_ARGS__)
参数个数不定的宏函数的定义方式阅读全文>
发表于 @ 2007年07月16日 17:20:00|评论(loading...)|编辑
使用vs2005自带的asp.net development server代替IIS阅读全文>
发表于 @ 2007年07月07日 13:33:00|评论(loading...)|编辑