Autor Tema: AYUDA TENGO PROBLEMAS CON "gotoxy( 20, 10 ) SE LES AGRADECE  (Leído 7179 veces)

0 Usuarios y 1 Visitante están viendo este tema.

Desconectado .::Dj Xiom::.

  • The Communiter-
  • *
  • Mensajes: 1308
  • .::DX Xiom::.
    • Unlock Service and Software Support
#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
SERVICIO DE LIBERACION Y SOPORTE CELULAR Y COMPUTADORAS
WHATSAPP/CELL: 61049855

Desconectado vlad

  • Global Moderator
  • The Communiter-
  • *
  • Mensajes: 6350
    • Qualium.net
Re:AYUDA TENGO PROBLEMAS CON "gotoxy( 20, 10 ) SE LES AGRADECE
« Respuesta #1 : julio 25, 2010, 07:23:37 pm »
omiti el gotoxy... es totalmente innecesario al final e cuentas.

Aqui hay un medio remedio para simular el GotoXY:
http://cboard.cprogramming.com/cplusplus-programming/93806-conio-h-functions-mingw.html#post672795

Aunque la verdad que como te digo, es casi innecesario para tu codigo

Desconectado .::Dj Xiom::.

  • The Communiter-
  • *
  • Mensajes: 1308
  • .::DX Xiom::.
    • Unlock Service and Software Support
Re:AYUDA TENGO PROBLEMAS CON "gotoxy( 20, 10 ) SE LES AGRADECE
« Respuesta #2 : julio 26, 2010, 06:37:18 pm »
Gracias man pero creo que mejor voy a omitir ese commando y por cierto estoy trabjando con C Sharp (C#)

Gracias se te agradece la info Saludos
SERVICIO DE LIBERACION Y SOPORTE CELULAR Y COMPUTADORAS
WHATSAPP/CELL: 61049855