A ver si Sandy Ravage y TheMarkOfJ asisten
.

Esta sección te permite ver todos los mensajes escritos por este usuario. Ten en cuenta que sólo puedes ver los mensajes escritos en zonas a las que tienes acceso en este momento.
Mostrar Mensajes MenúCita de: Crutchlow_13 en 13 Julio 2011, 15:40 PM
por ejemplo, acaban conreturn 0;
CitarThe return statement causes the main function to finish. return may be followed by a return code (in our example is followed by the return code with a value of zero). A return code of 0 for the main function is generally interpreted as the program worked as expected without any errors during its execution. This is the most usual way to end a C++ console program.
Cita de: Crutchlow_13 en 13 Julio 2011, 15:40 PM
¿ Por que lo ponen así y nogetchar();
Cita de: Crutchlow_13 en 13 Julio 2011, 15:40 PM
osystem("pause");
?
gets(cadena2);