code refactoring

main
Luca Lombardo 3 years ago
parent 750608928a
commit b347e6c155

@ -1,4 +1,4 @@
// g++ -Wall -pedantic -std=c++17 -Ofast -pthread kenobi.cpp -o kenobi // g++ -Wall -pedantic -std=c++17 -Ofast -pthread actors_graph.cpp -o actors_graph
#include <iostream> #include <iostream>
#include <iomanip> #include <iomanip>
#include <vector> #include <vector>

@ -325,7 +325,6 @@ vector<pair<int, double>> harmonic(const size_t k) { //
return top_movies; return top_movies;
} }
int main(int argc, char* argv[]) int main(int argc, char* argv[])
{ {
if (argc != 2) { if (argc != 2) {
@ -345,7 +344,7 @@ int main(int argc, char* argv[])
// ------------------------------------------------------------- // // ------------------------------------------------------------- //
// FUNZIONE CERCA FILM // MOVIE SEARCH FUNCTION (work in progress)
// cout << "Cerca film: "; // cout << "Cerca film: ";
// string titolo; // string titolo;
@ -359,7 +358,7 @@ int main(int argc, char* argv[])
// } // }
// cout << endl; // cout << endl;
// // FUNZIONE CERCA ATTORE // // ACTOR SEARCH FUNCTION (work in progress)
// cout << "Cerca attore: "; // cout << "Cerca attore: ";
// string attore; // string attore;

Loading…
Cancel
Save