Loop yes or noHow can i put a loop? "Want to buy something else? Yes/No" If Yes: start again from cout<<"Producto...
Want to buy something else? Yes/NoOkay, so first: I put the name of the product, so if name == prod (which is on the txt) should print...
Want to buy something else? Yes/NoTo be looped: [code] cout<<"Producto: "; cin>>name; while (infile >> prod >> price) { if (n...
Want to buy something else? Yes/NoI need a loop for this, but i don't know how to put it. [code] #include <iostream> #include <fs...
Search in file[code] #include<iostream> #include<fstream> #include<cstring> using namespace std; int main(){ st...
This user does not accept Private Messages