摘要:
#define SS 静态作用域(Static Scope) //也称词法域(Lexical scope) #define DS 动态作用域(Dynamic Scope) *什么是作用域 ---简单... 阅读全文
posted @ 2012-04-26 11:25
戴忠
阅读(2317)
评论(1)
推荐(1)
摘要:
*C变参函数示例,这个程序好像是以前摘自"K&R" varargs.c#include <stdio.h>#include <stdarg.h>double sum(int,...); int mai... 阅读全文
posted @ 2012-04-26 11:15
戴忠
阅读(234)
评论(0)
推荐(0)