Posts by Odivan Marcos Gomes • 1 point
1 post
-
0
votes0
answers29
viewsQ: This algorithm of mine isn’t reading my file at all, it’s only reading from the 435th line to the 990th line
#include <cstdlib> #include <iostream> #include <fstream> using namespace std; typedef int TipoChave; typedef int TipoDado; typedef string TipoNome; struct TipoRegistro { TipoChave…
c++asked Odivan Marcos Gomes 1