Output Problem, sprintf() function??
Output Problem, I didn't quite understand what you wrote above. First I change all recursive functions to iterativ...
Output Problem, Sir, I am sure you are very right in your opinion. But I haven't yet studied trees. I have made som...
Output Problem, [code] List List:: mergesort(List m) { if(m.count() <= 1) return m; else { L...
Want to input a name with comma? [code] if (name[i]==','){ name[i]=''; [/code] try this. If it doesn't work, create another string,...