在头文件conio.h里已有window定义:void _Cdecl window (int left, int top, int right, int bottom);你不能在这里再定义这个函数,且没有函数实现体。你去掉你定义的window函数再试试。
void window(int,int,int,int);你这个函数没定义。。。。。