摘要:
#include "stdafx.h" #include // 必须包含的头文件 #define ADD(int_params,...) Add(int_params,__VA_ARGS__,0)//_VA_ARGS__,这个宏可以取到变参 int Add(const int start,...); int _tmain(int argc, _TCHAR* argv[]) { ... 阅读全文
posted @ 2017-02-08 16:04
冂冋冏囧
阅读(517)
评论(0)
推荐(1)