Skip to content
Snippets Groups Projects
Commit 7c3df7b2 authored by Marcela Ribeiro de Oliveira's avatar Marcela Ribeiro de Oliveira
Browse files

modificando o bad file

parent ec8e6d80
No related branches found
No related tags found
No related merge requests found
......@@ -19,7 +19,6 @@ int main(int argc, char *argv[]){
inputName = argv[1];
outputName = argv[2];
//TODO: ELE TA LENDO CAGADO JA, olha o fim desse comment
input.open(inputName, std::ifstream::in);
if(!input.good()){
std::cout << "Nao foi possivel abrir o arquivo de entrada" << std::endl;
......@@ -29,9 +28,7 @@ int main(int argc, char *argv[]){
while(std::getline(input, aux))
text << aux;
std::cout<<text.str()[0] << std::endl;
//TODO: ERRO ACABA AQUI, veja o resultado disso aqui^ com o teste3.in
return 0;
std::cout<<text.str()[2] << std::endl;
crip = text.str();
parser(crip);
std::cout << crip << std::endl;
......
youshallnot pas
youshallnot pass
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment