- 博客(2)
- 资源 (5)
- 收藏
- 关注
原创 关于可变函数的尝试
学习过程中偶然见到一个新的函数类型--可变(参数)函数通过学习,自写了一个最简单的小函数,以此为练^0^ #include "stdafx.h"#include "stdio.h"#include "stdarg.h"void va_test(int cout,char * message,...);int main(int argc, char* argv[]){ va_test
2008-07-15 16:23:00
223
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人