vs2012里conio.h的用法

2025-05-13 14:33:05
推荐回答(2个)
回答1:

在头文件conio.h里已有window定义:
void _Cdecl window (int left, int top, int right, int bottom);

你不能在这里再定义这个函数,且没有函数实现体。你去掉你定义的window函数再试试。

回答2:

void window(int,int,int,int);你这个函数没定义。。。。。