C-language-variable-parameter-usage

所属分类:VC书籍
开发工具:Visual C++
文件大小:2KB
下载次数:2
上传日期:2015-12-11 00:35:46
上 传 者185058675
说明:  我们在C语言编程中会遇到一些参数个数可变的函数,例如printf()这个函数,它的定义是这样的:   int printf( const char* format, ...) 它除了有一个参数format固定以外,后面跟的参数的个数和类型是可变的,例如我们可以有以下不同的调用方法:
(We in the C programming language will encounter some function of the variable number of arguments, such as printf () function, which is defined like this: int printf (const char* format, ...) It is in addition to a fixed parameter format outside, followed by the number and type of parameters is variable, for example, we can have the following different calling method: )

文件列表:
C语言中可变参数的用法.txt (2980, 2011-10-21)

近期下载者

相关文件


收藏者