标题:main 函数的参数
只看楼主
forestfairy
Rank: 1
等 级:新手上路
帖 子:9
专家分:0
注 册:2007-10-31
得分:0 

// ff.cpp : Defines the entry point for the console application.
//

#include "stdafx.h"

int main(int argc, char* argv[])
{
printf("Hello World!\n");
return 0;
}

好像它自动就有参数了哦。

2007-10-31 18:28



参与讨论请移步原网站贴子:https://bbs.bccn.net/thread-181742-1-1.html




关于我们 | 广告合作 | 编程中国 | 清除Cookies | TOP | 手机版

编程中国 版权所有,并保留所有权利。
Powered by Discuz, Processed in 0.818963 second(s), 8 queries.
Copyright©2004-2024, BCCN.NET, All Rights Reserved