elhacker.net cabecera Bienvenido(a), Visitante. Por favor Ingresar o Registrarse
¿Perdiste tu email de activación?.

 

 


Tema destacado: Sigue las noticias más importantes de seguridad informática en el Twitter! de elhacker.NET


  Mostrar Mensajes
Páginas: [1]
1  Programación / Programación C/C++ / [ERROR] Id returned 1 exit denied en: 21 Mayo 2019, 02:15 am
Cuando lo intento compilar me pone: [ERROR] Id returned 1 exit denied

ayuda




#include <iostream>
               
using namespace std;

int main()
{
   
   
   char c [4];
   c[0] = 'H';
   c[1] = 'o';
   c[2] = 'l';
   c[3] = 'a';
   
   for (int i=0; i<4; i++)
   {
      cout << c;
   }   
   cout<<endl;
   cin.get();

   
   return 0;
}
Páginas: [1]
WAP2 - Aviso Legal - Powered by SMF 1.1.21 | SMF © 2006-2008, Simple Machines