una preguntilla rápida y fácil:No consigo ver porqué este bucle es infinito cuando lo ejecuto:
Código
int totalCaracteres = 16; for (int i = 0; i <= totalCaracteres; i++) { if (i = 0) { cout << ascii218; } else { cout << "A" << endl; } }
|
|||
| Tema destacado: Recopilación Tutoriales y Manuales Hacking, Seguridad, Privacidad, Hardware, etc |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|