| | Compiling...
acoperire.cpp
.\acoperire.cpp(58) : warning C4996: 'scanf' was declared deprecated
C:\Program Files\Microsoft Visual Studio 8\VC\include\stdio.h(295) : see declaration of 'scanf'
Message: 'This function or variable may be unsafe. Consider using scanf_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.'
.\acoperire.cpp(59) : error C3861: 'randomize': identifier not found
.\acoperire.cpp(62) : error C3861: 'random': identifier not found
.\acoperire.cpp(63) : error C3861: 'random': identifier not found
.\acoperire.cpp(74) : error C2065: 'YELLOW' : undeclared identifier
.\acoperire.cpp(74) : error C3861: 'setcolor': identifier not found
.\acoperire.cpp(75) : error C3861: 'circle': identifier not found
.\acoperire.cpp(76) : error C2065: 'RED' : undeclared identifier
.\acoperire.cpp(76) : error C3861: 'setcolor': identifier not found
.\acoperire.cpp(77) : error C3861: 'outtextxy': identifier not found
.\acoperire.cpp(90) : error C2065: 'GREEN' : undeclared identifier
.\acoperire.cpp(90) : error C3861: 'setcolor': identifier not found
.\acoperire.cpp(91) : error C3861: 'moveto': identifier not found
.\acoperire.cpp(114) : error C3861: 'lineto': identifier not found
.\acoperire.cpp(124) : error C2065: 'clrscr' : undeclared identifier
.\acoperire.cpp(125) : error C2065: 'DETECT' : undeclared identifier
.\acoperire.cpp(126) : error C3861: 'initgraph': identifier not found
.\acoperire.cpp(127) : error C2065: 'cleardevice' : undeclared identifier
.\acoperire.cpp(128) : error C2065: 'BLUE' : undeclared identifier
.\acoperire.cpp(128) : error C3861: 'setbkcolor': identifier not found
.\acoperire.cpp(132) : error C3861: 'closegraph': identifier not found
|