Wont show me the input?It wont show me the input. if (input == "yes") { cout<<"I know how you feel"; cin>> input;...
Why does it say no previous ifIt stills says else without a previous if? and i copy pasted.
Why does it say no previous ifif (input == "yes"); { cout<<"I know how you feel"; cin.get(); } else if (input == "no"); { ...
Having some trouble.Alright im trying to make a choice game on cmd using C++ on codelite. I dont know why its not workin...
This user does not accept Private Messages