Program is in infinite loop for some reason.Hint: Try handling input errors.
user number display I'll try and point out [b]a few[/b] of the problems using ///, and then make some suggestions: [cod...
Simple logic questionPretty sure "!" has higher precedence than "==", so that[code] !vec.size() == 0[/code] is not the sa...
task Problem set MethodeThe first parameter is not a string, it's a "const CJulianDate&". As far as your program goes, 2017....
conversion const char* to intOne problem is a pattern in this code. Picking one instance: [code] if ( first == 0 ) first1 == ...
This user does not accept Private Messages