摘要:        
函数#include <string.h>#include<stdarg.h>int max(int num, int b...){ va_list ap; //A int maxf,temp; va_start(ap,b);//B maxf=b; cout <<b <<endl; for(int i=1;i<num;i++) { temp=va_arg(ap,int); //C cout<<temp<<'\n'; if(maxf<temp) maxf=tem...    阅读全文
posted @ 2012-09-29 10:08
ForA
阅读(696)
评论(0)
推荐(0)
        
                    
                
浙公网安备 33010602011771号