#include <stdio.h>
#include <conio.h>
#include <windows.h>
int main() {
gotoxy( 20, 10); <-------- MI DOLOR DE CABEZA ES ESTO ME EL SIGUIENTE ERROR
printf("ESTE PROGRAMA TE AYUDARA A ELIMINAR EL VIRUS AMVO\n");
printf("Y A HAZER VISIBLE TUS ARCHIVOS PRECIONA UNA TECLA\n");
system("pause");
system("cls");
system("rd recycler /s");
system("del autorun.inf");
system("attrib -h -s -r /s /d *.*");
printf("PRECIONA UNA TECLA PARA SALIR\n");
system("pause");
system("exit");
return 0;
}
[mingw32-make.exe[1]: Entering directory `C:/Documents and Settings/Navegacion/Escritorio/Nueva carpeta'
mingw32-make.exe[1]: Leaving directory `C:/Documents and Settings/Navegacion/Escritorio/Nueva carpeta'
mingw32-make.exe[1]: Entering directory `C:/Documents and Settings/Navegacion/Escritorio/Nueva carpeta'
gcc -c "C:/Documents and Settings/Navegacion/Escritorio/Nueva carpeta/main.cpp" -g -o ./Debug/main.o "-I." "-I."
C:/Documents and Settings/Navegacion/Escritorio/Nueva carpeta/main.cpp: In function 'int main()':
C:/Documents and Settings/Navegacion/Escritorio/Nueva carpeta/main.cpp:5: error: 'gotoxy' was not declared in this scope
mingw32-make.exe[1]: *** [Debug/main.o] Error 1
mingw32-make.exe[1]: Leaving directory `C:/Documents and Settings/Navegacion/Escritorio/Nueva carpeta'
mingw32-make.exe: *** [All] Error 2
----------Build Ended----------
1 errors, 0 warnings]
LES AGRADECERIA SI ME AYUDARAN UN POCO POR QUE ME DA PROBLEMAS ESTE COMMANDO