El código es el siguiente:
Código:
#include <iostream.h>
int main (void)
{
cout << “mostrar frase” << endl ;
return 0 ;
}
1 C:\Dev-Cpp\include\c++\3.4.2\backward\iostream.h:31, from C:\Users\Yo\Desktop\Programación\Progrmas y códigos C++\Códigos fuente para estudiar\Escribir frase.cpp In file included from C:/Dev-Cpp/include/c++/3.4.2/backward/iostream.h:31, from C:\Users\Yo\Desktop\Programación\Progrmas y códigos C++\Códigos fuente para estudiar\Escribir frase.cpp
1 C:\Users\Yo\Desktop\Programación\Progrmas y códigos C++\Códigos fuente para estudiar\Escribir frase.cpp from C:\Users\Yo\Desktop\Programación\Progrmas y códigos C++\Códigos fuente para estudiar\Escribir frase.cpp
32:2 C:\Dev-Cpp\include\c++\3.4.2\backward\backward_warning.h #warning This file includes at least one deprecated or antiquated header. Please consider using one of the 32 headers found in section 17.4.1.2 of the C++ standard. Examples include substituting the <X> header for the <X.h> header for C++ includes, or <iostream> instead of the deprecated header <iostream.h>. To disable this warning use -Wno-deprecated.
C:\Users\Yo\Desktop\Programación\Progrmas y códigos C++\Códigos fuente para estudiar\Escribir frase.cpp In function `int main()':
4 C:\Users\Yo\Desktop\Programación\Progrmas y códigos C++\Códigos fuente para estudiar\Escribir frase.cpp stray '\147' in program
4 C:\Users\Yo\Desktop\Programación\Progrmas y códigos C++\Códigos fuente para estudiar\Escribir frase.cpp `mostrar' undeclared (first use this function)
(Each undeclared identifier is reported only once for each function it appears in.)
4 C:\Users\Yo\Desktop\Programación\Progrmas y códigos C++\Códigos fuente para estudiar\Escribir frase.cpp expected `;' before "frase"
4 C:\Users\Yo\Desktop\Programación\Progrmas y códigos C++\Códigos fuente para estudiar\Escribir frase.cpp stray '\148' in program