User profile: FastLearner

User info
User name:FastLearner
History
Joined:
Number of posts:4
Latest posts:

My first calculator :)
In line 55 although you are checking the value of [code]iValue2[/code] you are doing nothing to rect...

c string-problem
Thanks ne555. I had forgotten that I cannot assign a new value to a constant. Since it is an array o...

c string-problem
It crashes if you define it as: [code]char* cct(char k[]) { //char *m = new char[10]; int i = 0;...

c string-problem
I think this should work. I have used dynamic memory allocation. For the first version I do not dele...