> if('\n')
What's this supposed to do?
> node[(data[j]-1)+num*i].pPtr_word=&node[...
> pPtr->pPtr_word=NULL;
This won't even compile.
> count=count++;
Just count++;
But since count seems uninitialised at this point, who knows.
The code is missing half the { } it needs to make it make sense.
And the total lack of indentation makes the rest of it impossible to follow.
On the plus side, you did seem to manage to use code tags on the first attempt, which is a rare achievement in itself.
Salem
Posting Sage
11,531 posts since Dec 2005
Reputation Points: 5,862
Solved Threads: 953