Limiting keyboard inputThis is a little long, and there are probably better ways to do this, but you could do something lik...
Calling functions in main.Ah! Thank you.
Calling functions in main.[code] #include <iostream> #include<string> #include <vector> using namespace std; string again; ch...
Calling functions in main.I made some functions outside of the main and I want to call it back in the main. [code] class Piz...
qualified-id error.I put [code] Order::Order(){ double total = 0; } [/code] And now it runs, but it's not waiting for...
This user does not accept Private Messages