سلام به تمام کاربران برنامه نویس
من از کامپایلر dev C++‎ نسخه 4.9.9.2 استفاده می کنم وقتیکه برنامه اجرا می کنم این خطا رخ می ده:
(window' undeclared (first use this function'

(Each undeclared identifier is reported only once for each function it appears in.)

کد:

#include <cstdlib>
#include <iostream>
#include <conio.h>

using namespace std;

int main(int argc, char *argv[])
{

window();
cout << "Test";
getch();
return 0;
}



نوع پروژه console application C++‎