User profile: Waqar Ahmed
User info |
User name: | Waqar Ahmed |
Name: | Waqar |
Location: | Pakistan |
History |
Joined: | Dec 5, 2011 at 3:53pm |
Number of posts: | 33 |
Latest posts: |
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,...
|