函数可以啊
[CODE]#include <cstdlib>
#include <iostream>
#include <string>
using namespace std;
int main(int argc, char *argv[])
{
int OK(void);
cout<<OK()<<endl;
system("PAUSE");
return EXIT_SUCCESS;
}
int OK(void)
{
return 1;
}[/CODE]
不知道我的这样算不算是声明了.我知道有一个关键字是声明用的extern
/images/2011/147787/2011051411021524.jpg" border="0" />