[求助]这个程序怎么运行不了呀?
#include<iostream.h>
void main(int argc,char *argv[])
{
int n,i=0;
while(argv[1][i]!='\0')
{ n=fun();i++;}
cout<<n*argc<<endl;
int fun()
{
static int s=0;
s+=1;
return s;
}
可以运行 你可以参考一下我的帖子 我的就是这样做的 米人顶 你帮我顶顶好了 呵呵 里面有程序+源代码
http://bbs.bc-cn.net/viewthread.php?tid=109268
运行你使用VC++6.0也是可以的 使用它的DEBUG功能
就是alt+F7 然后在DEBUG参数里设置就可以了 不用写文件名的