C++可變參數 ...

首先看我寫的事例: #include <stdio.h> #include <stdlib.h> #include <unistd.h> #include <iostream> #include <string.h> #include <stdarg.h> using namespace std ; void test_arg(const char *ag , ...) {         va_
相關文章
相關標籤/搜索