求教:关于清屏函数
我用的是VC++软件,在程序中调用清屏函数:#include<stdlib.h>
{system("cls");}
编译时没有出现错误,但执行时出现一个错误,提示:
Linking...
list.obj : error LNK2005: _main already defined in clear.obj
Debug/clear.exe : fatal error LNK1169: one or more multiply defined symbols found
这是什么原因啊?还有,请问清屏函数的作用是什么?
[ 本帖最后由 pengqionghi 于 2010-1-31 10:47 编辑 ]