Need Help with problem please!I've fixed your code to my liking and replaced your main loop with a better one. All you have to do ...
Help me with this programvery simple program i shouldn't have to do your whole homework for you try something first then edit...
else without a previous if with an if in the code.Humans are smarter than computers. It cannot understand (A < x < B) But it does understand (x > A &&...
C++ simple GUI conversionthis looks more like c# but anyways, why have 2 lines of string returns of the same caller, where yo...
How to output a string two letters at a time?[code] for(int i = 0; i < input.lenght(); i++) { cout << input[i] << input[i+1] << " "; } [/...