PDA

Tam Sürümünü Görmek İçin : Visual Studio 6.0 da çalışmayanlar


TheX
07/12/2006, 21:00
pp(39) : error C2065: 'clrscr' : undeclared identifier
cpp(176) : error C2065: 'textcolor' : undeclared identifier
cpp(176) : error C2065: 'GREEN' : undeclared identifier
cpp(177) : error C2065: 'textbackground' : undeclared identifier
cpp(177) : error C2065: 'BLACK' : undeclared identifier
cpp(181) : error C2065: 'gotoxy' : undeclared identifier
cpp(326) : error C2065: ' delay' : undeclared identifier

nasıl düzeltebilirim bu hataları.Gerekli kütüphaneleri ekledim ama malesef sonuç alamadım.


Revne
08/12/2006, 01:55
.............
#include <conio.h>
ekle eger hata hala devam ediyorsa...

using namespace std; ifadesini ekle...

Kolay gelsin