C++ Lectura de Fichero

April 1, 2023 | Author: Anonymous | Category: N/A
Share Embed Donate


Short Description

Download C++ Lectura de Fichero...

Description

 

#include #include #include using namespace std;

void lectura(){ ifstream archivo; //variable del txt string texto; archivo.open("Ejemplo.txt",ios::in); archivo.open("Ejemplo.txt", ios::in); //Creamos el archivo

if(archivo.fail()){ //Si a ocurrido algun error cout
View more...

Comments

Copyright ©2017 KUPDF Inc.
SUPPORT KUPDF