My first calculator :)In line 55 although you are checking the value of [code]iValue2[/code] you are doing nothing to rect...
c string-problemThanks ne555. I had forgotten that I cannot assign a new value to a constant. Since it is an array o...
c string-problemIt crashes if you define it as: [code]char* cct(char k[]) { //char *m = new char[10]; int i = 0;...
c string-problemI think this should work. I have used dynamic memory allocation. For the first version I do not dele...