Compilador: Default compiler Building Makefile: "C:\Archivos de programa\Dev-Cpp\Proyectos\C++\Consola\Makefile.win" Finding dependencies for file: C:\Archivos de programa\Dev-Cpp\Proyectos\C++\Consola\FicheroPrueba.cpp Finding dependencies for file: C:\Archivos de programa\Dev-Cpp\Proyectos\C++\Consola\Datos.cpp Finding dependencies for file: C:\Archivos de programa\Dev-Cpp\Proyectos\C++\Consola\Registro.cpp Ejecutando make... make.exe -f "C:\Archivos de programa\Dev-Cpp\Proyectos\C++\Consola\Makefile.win" all g++.exe -c FicheroPrueba.cpp -o FicheroPrueba.obj -I"C:/Archivos de programa/Dev-Cpp/lib/gcc/mingw32/3.4.2/include" -I"C:/Archivos de programa/Dev-Cpp/include/c++/3.4.2/backward" -I"C:/Archivos de programa/Dev-Cpp/include/c++/3.4.2/mingw32" -I"C:/Archivos de programa/Dev-Cpp/include/c++/3.4.2" -I"C:/Archivos de programa/Dev-Cpp/include" -I"C:/Archivos de programa/Dev-Cpp/include/wx/msw" -I"C:/Archivos de programa/Dev-Cpp/include/wx/generic" -I"C:/Archivos de programa/Dev-Cpp/include/wx/animate" -I"C:/Archivos de programa/Dev-Cpp/include/wx/fl" -I"C:/Archivos de programa/Dev-Cpp/include/wx/gizmos" -I"C:/Archivos de programa/Dev-Cpp/include/wx/html" -I"C:/Archivos de programa/Dev-Cpp/include/wx/mmedia" -I"C:/Archivos de programa/Dev-Cpp/include/wx/net" -I"C:/Archivos de programa/Dev-Cpp/include/wx/ogl" -I"C:/Archivos de programa/Dev-Cpp/include/wx/plot" -I"C:/Archivos de programa/Dev-Cpp/include/wx/protocol" -I"C:/Archivos de programa/Dev-Cpp/include/wx/stc" -I"C:/Archivos de programa/Dev-Cpp/include/wx/svg" -I"C:/Archivos de programa/Dev-Cpp/include/wx/xml" -I"C:/Archivos de programa/Dev-Cpp/include/wx/xrc" -I"C:/Archivos de programa/Dev-Cpp/include/wx" In file included from FicheroPrueba.cpp:9: Datos.h:6: error: expected class-name before '{' token Datos.h: In constructor `Datos::Datos()': Datos.h:8: error: class `Datos' does not have any field named `fstream' Datos.h:8: error: `ios' has not been declared Datos.h:8: error: `in' undeclared (first use this function) Datos.h:8: error: (Each undeclared identifier is reported only once for each function it appears in.) Datos.h:8: error: `ios' has not been declared Datos.h:8: error: `out' undeclared (first use this function) Datos.h:8: error: `ios' has not been declared Datos.h:8: error: `binary' undeclared (first use this function) Datos.h:9: error: `good' undeclared (first use this function) Datos.h:10: error: `ios' has not been declared Datos.h:10: error: `ios' has not been declared Datos.h:10: error: `ios' has not been declared Datos.h:10: error: `trunc' undeclared (first use this function) Datos.h:10: error: `ios' has not been declared Datos.h:10: error: `open' undeclared (first use this function) Datos.h:11: error: `cout' undeclared (first use this function) Datos.h:11: error: `endl' undeclared (first use this function) Datos.h:12: error: `cin' undeclared (first use this function) FicheroPrueba.cpp: In function `int main()': FicheroPrueba.cpp:33: error: `cout' undeclared (first use this function) FicheroPrueba.cpp:47: error: `endl' undeclared (first use this function) FicheroPrueba.cpp:50: error: `cin' undeclared (first use this function) FicheroPrueba.cpp: In function `int Menu()': FicheroPrueba.cpp:64: error: `cout' undeclared (first use this function) FicheroPrueba.cpp:64: error: `endl' undeclared (first use this function) FicheroPrueba.cpp:71: error: `cin' undeclared (first use this function) make.exe: *** [FicheroPrueba.obj] Error 1 Ejecución Terminada